C# Class System.Net.WebSockets.WebSocketBase.WebSocketOperation.ReceiveOperation

Inheritance: WebSocketOperation
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ReceiveOperation ( WebSocketBase webSocket ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Cleanup ( ) : void
Initialize ( Nullable buffer, CancellationToken cancellationToken ) : void
ProcessAction_IndicateReceiveComplete ( Nullable buffer, WebSocketProtocolComponent bufferType, WebSocketProtocolComponent action, Interop dataBuffers, uint dataBufferCount, IntPtr actionContext ) : void
ProcessAction_NoAction ( ) : bool
ShouldContinue ( CancellationToken cancellationToken ) : bool

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( Nullable buffer, CancellationToken cancellationToken ) : void
buffer Nullable
cancellationToken System.Threading.CancellationToken
Résultat void

ProcessAction_IndicateReceiveComplete() protected méthode

protected ProcessAction_IndicateReceiveComplete ( Nullable buffer, WebSocketProtocolComponent bufferType, WebSocketProtocolComponent action, Interop dataBuffers, uint dataBufferCount, IntPtr actionContext ) : void
buffer Nullable
bufferType WebSocketProtocolComponent
action WebSocketProtocolComponent
dataBuffers Interop
dataBufferCount uint
actionContext IntPtr
Résultat void

ProcessAction_NoAction() protected méthode

protected ProcessAction_NoAction ( ) : bool
Résultat bool

ReceiveOperation() public méthode

public ReceiveOperation ( WebSocketBase webSocket ) : System.Collections.Generic
webSocket WebSocketBase
Résultat System.Collections.Generic

ShouldContinue() protected méthode

protected ShouldContinue ( CancellationToken cancellationToken ) : bool
cancellationToken System.Threading.CancellationToken
Résultat bool