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

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

Protected Properties

Свойство Type Description
_BufferHasBeenPinned bool

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
Cleanup ( ) : void
CreateBuffer ( Nullable buffer ) : Nullable
Initialize ( Nullable buffer, CancellationToken cancellationToken ) : void
ProcessAction_NoAction ( ) : bool
ShouldContinue ( CancellationToken cancellationToken ) : bool

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

CreateBuffer() protected méthode

protected CreateBuffer ( Nullable buffer ) : Nullable
buffer Nullable
Résultat Nullable

Initialize() protected méthode

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

ProcessAction_NoAction() protected méthode

protected ProcessAction_NoAction ( ) : bool
Résultat bool

SendOperation() public méthode

public SendOperation ( 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

Property Details

_BufferHasBeenPinned protected_oe property

protected bool _BufferHasBeenPinned
Résultat bool