C# 클래스 System.Net.WebSockets.WebSocketBase.WebSocketOperation.SendOperation

상속: WebSocketOperation
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
_BufferHasBeenPinned bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SendOperation ( WebSocketBase webSocket ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Cleanup ( ) : void
CreateBuffer ( Nullable buffer ) : Nullable
Initialize ( Nullable buffer, CancellationToken cancellationToken ) : void
ProcessAction_NoAction ( ) : bool
ShouldContinue ( CancellationToken cancellationToken ) : bool

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

CreateBuffer() 보호된 메소드

protected CreateBuffer ( Nullable buffer ) : Nullable
buffer Nullable
리턴 Nullable

Initialize() 보호된 메소드

protected Initialize ( Nullable buffer, CancellationToken cancellationToken ) : void
buffer Nullable
cancellationToken System.Threading.CancellationToken
리턴 void

ProcessAction_NoAction() 보호된 메소드

protected ProcessAction_NoAction ( ) : bool
리턴 bool

SendOperation() 공개 메소드

public SendOperation ( WebSocketBase webSocket ) : System.Collections.Generic
webSocket WebSocketBase
리턴 System.Collections.Generic

ShouldContinue() 보호된 메소드

protected ShouldContinue ( CancellationToken cancellationToken ) : bool
cancellationToken System.Threading.CancellationToken
리턴 bool

프로퍼티 상세

_BufferHasBeenPinned 보호되어 있는 프로퍼티

protected bool _BufferHasBeenPinned
리턴 bool