Method |
Description |
|
CanHandleExceptionDuringClose ( Exception error ) : bool |
|
|
CleanUp ( ) : void |
|
|
CloseAsyncCore ( WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken ) : Task |
|
|
CloseOutputAsyncCore ( WebSocketCloseStatus closeStatus, string statusDescription, CancellationToken cancellationToken ) : Task |
|
|
EnsureCloseOutputOperation ( ) : void |
|
|
EnsureKeepAliveOperation ( ) : void |
|
|
EnsureReceiveOperation ( ) : void |
|
|
EnsureSendOperation ( ) : void |
|
|
FinishOnCloseCompleted ( ) : void |
|
|
FinishOnCloseReceived ( WebSocketCloseStatus closeStatus, string closeStatusDescription ) : void |
|
|
GetBufferType ( WebSocketMessageType messageType, bool endOfMessage ) : WebSocketProtocolComponent.BufferType |
|
|
GetMessageType ( WebSocketProtocolComponent bufferType ) : WebSocketMessageType |
|
|
OnBackgroundTaskException ( Exception exception ) : void |
|
|
OnCloseOutputCompleted ( ) : bool |
|
|
OnKeepAlive ( object sender ) : void |
|
|
ReceiveAsyncCore ( ArraySegment buffer, CancellationToken cancellationToken ) : Task |
|
|
ReleaseLock ( object lockObject, bool &lockTaken ) : void |
|
|
ReleaseLocks ( bool &thisLockTaken, bool &sessionHandleLockTaken ) : void |
|
|
ResetFlagAndTakeLock ( object lockObject, bool &thisLockTaken ) : void |
|
|
ResetFlagsAndTakeLocks ( bool &thisLockTaken, bool &sessionHandleLockTaken ) : void |
|
|
SendAsyncCore ( ArraySegment buffer, WebSocketMessageType messageType, bool endOfMessage, CancellationToken cancellationToken ) : Task |
|
|
SendFrameAsync ( IList sendBuffers, CancellationToken cancellationToken ) : Task |
|
|
StartOnCloseCompleted ( bool thisLockTakenSnapshot, bool sessionHandleLockTakenSnapshot, CancellationToken cancellationToken ) : Task |
|
|
StartOnCloseReceived ( bool &thisLockTaken ) : bool |
|
|
TakeLocks ( bool &thisLockTaken, bool &sessionHandleLockTaken ) : void |
|
|
ThrowIfAborted ( bool aborted, Exception innerException ) : void |
|
|
ThrowIfClosedOrAborted ( ) : void |
|
|
ThrowIfConvertibleException ( string methodName, Exception exception, CancellationToken cancellationToken, bool aborted ) : void |
|
|
ThrowIfDisposed ( ) : void |
|
|
ThrowIfPendingException ( ) : void |
|
|
UpdateReceiveState ( int newReceiveState, int expectedReceiveState ) : void |
|
|
ValidateNativeBuffers ( WebSocketProtocolComponent action, WebSocketProtocolComponent bufferType, Interop dataBuffers, uint dataBufferCount ) : void |
|
|