Method | Description | |
---|---|---|
Abort ( ) : void | ||
CloseAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
CloseOutputAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
CreateClientBuffer ( int receiveBufferSize, int sendBufferSize ) : System.ArraySegment |
||
CreateServerBuffer ( int receiveBufferSize ) : System.ArraySegment |
||
Dispose ( ) : void | ||
ReceiveAsync ( System |
||
SendAsync ( System |
Method | Description | |
---|---|---|
IsStateTerminal ( System state ) : bool | ||
ThrowOnInvalidState ( System state ) : void | ||
WebSocket ( ) |
Method | Description | |
---|---|---|
CreateClientWebSocket ( System innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System keepAliveInterval, bool useZeroMaskingKey, System |
||
IsApplicationTargeting45 ( ) : bool | ||
RegisterPrefixes ( ) : void |
public abstract CloseAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
closeStatus | System | |
statusDescription | string | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public abstract CloseOutputAsync ( System closeStatus, string statusDescription, System cancellationToken ) : System.Threading.Tasks.Task | ||
closeStatus | System | |
statusDescription | string | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public static CreateClientBuffer ( int receiveBufferSize, int sendBufferSize ) : System.ArraySegment |
||
receiveBufferSize | int | |
sendBufferSize | int | |
return | System.ArraySegment |
public static CreateServerBuffer ( int receiveBufferSize ) : System.ArraySegment |
||
receiveBufferSize | int | |
return | System.ArraySegment |
protected static IsStateTerminal ( System state ) : bool | ||
state | System | |
return | bool |
public abstract ReceiveAsync ( System |
||
buffer | System |
|
cancellationToken | System | |
return | System.Threading.Tasks.Task |
public abstract SendAsync ( System |
||
buffer | System |
|
messageType | System | |
endOfMessage | bool | |
cancellationToken | System | |
return | System.Threading.Tasks.Task |
protected static ThrowOnInvalidState ( System state ) : void | ||
state | System | |
return | void |