Interface INetSocketTcp
Namespace: Xareus.Scenarios.Network
Assembly: Xareus.Scenarios.Network.dll
Syntax
public interface INetSocketTcp
Properties
IsReceiving
Is the socket currently receiving data ?
Declaration
bool IsReceiving { get; set; }
Property Value
Type | Description |
---|---|
bool |
OnConnected
Event handler for connection
Declaration
EventHandler OnConnected { get; set; }
Property Value
Type | Description |
---|---|
EventHandler |
OnDisconnected
Event handler for disconnection
Declaration
EventHandler OnDisconnected { get; set; }
Property Value
Type | Description |
---|---|
EventHandler |
Events
OnConnectedEvent
Event when a connection occurs
Declaration
event EventHandler OnConnectedEvent
Event Type
Type | Description |
---|---|
EventHandler |
OnDisconnectedEvent
Event when a disconnection occurs
Declaration
event EventHandler OnDisconnectedEvent
Event Type
Type | Description |
---|---|
EventHandler |