Method | Description | |
---|---|---|
ConnectAsync ( |
||
IAsyncTransport ( |
||
ITransport ( ) : void | ||
ITransport ( ByteBuffer buffer ) : void | ||
MatchScheme ( string scheme ) : bool | ||
WebSocketTransport ( ) : System | ||
WebSocketTransport ( |
Method | Description | |
---|---|---|
GetDefaultPort ( string scheme, int port ) : int | ||
IAsyncTransport ( byte buffer, int offset, int count ) : Task |
||
IAsyncTransport ( ByteBuffer buffer, IList |
||
ITransport ( byte buffer, int offset, int count ) : int | ||
WriteAsync ( ByteBuffer buffer ) : Task |
public ConnectAsync ( |
||
address | ||
return | Task |
public IAsyncTransport ( |
||
connection | ||
return | void |
public ITransport ( ByteBuffer buffer ) : void | ||
buffer | ByteBuffer | |
return | void |
public static MatchScheme ( string scheme ) : bool | ||
scheme | string | |
return | bool |
public WebSocketTransport ( |
||
webSocket | ||
return | System |