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

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
Process ( Nullable buffer, CancellationToken cancellationToken ) : Task
WebSocketOperation ( WebSocketBase webSocket ) : System.Collections.Generic

메소드 상세

Cleanup() 보호된 추상적인 메소드

protected abstract Cleanup ( ) : void
리턴 void

Initialize() 보호된 추상적인 메소드

protected abstract 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 abstract ProcessAction_NoAction ( ) : bool
리턴 bool

ShouldContinue() 보호된 추상적인 메소드

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