Method | Description | |
---|---|---|
Dispose ( ) : void | ||
SendToClientAsync ( string hostId, object payload ) : Task | ||
ServerConnectionManager ( int listenPort ) : System | ||
SetPayloadReceivedAction ( object>.Action |
Method | Description | |
---|---|---|
GetConnectionKey ( string remoteAddress, string remotePort ) : string>.Tuple |
||
ReceiveCallback ( IAsyncResult result ) : void | ||
SendAliveAsync ( string hostId ) : Task | ||
SendToClientAsync ( string hostId, Model message ) : Task | ||
Socket_MessageReceived ( DatagramSocket sender, DatagramSocketMessageReceivedEventArgs args ) : void |
public SendToClientAsync ( string hostId, object payload ) : Task | ||
hostId | string | |
payload | object | |
return | Task |
public ServerConnectionManager ( int listenPort ) : System | ||
listenPort | int | |
return | System |
public SetPayloadReceivedAction ( object>.Action |
||
payloadReceivedAction | object>.Action | |
return | void |