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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
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

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

Initialize() 보호된 메소드

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

ProcessAction_IndicateReceiveComplete() 보호된 메소드

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
리턴 void

ProcessAction_NoAction() 보호된 메소드

protected ProcessAction_NoAction ( ) : bool
리턴 bool

ReceiveOperation() 공개 메소드

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

ShouldContinue() 보호된 메소드

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