Method | Description | |
---|---|---|
Disconnect ( ) : void |
Closes the connection.
|
|
DisconnectAsync ( ) : void | ||
Send ( MessageBase message ) : void |
Sends message to the other end of the connection.
|
|
Tick ( ) : IEnumerable |
||
WebServerConnection ( IHttpSession session, |
Method | Description | |
---|---|---|
Receive ( MessageBase messageBase ) : void |
public Send ( MessageBase message ) : void | ||
message | MessageBase | The message to send. |
return | void |
public WebServerConnection ( IHttpSession session, |
||
session | IHttpSession | |
ipAddress | ||
return | System |