Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ProcessAction_IndicateReceiveComplete()

virtual void System.Net.WebSockets.WebSocketBase.WebSocketOperation.ProcessAction_IndicateReceiveComplete ( ArraySegment< byte >? buffer,
WebSocketProtocolComponent::BufferType bufferType,
WebSocketProtocolComponent::Action action,
global::Interop::WebSocket::Buffer[] dataBuffers,
uint dataBufferCount,
IntPtr actionContext )
inlineprotectedvirtualinherited

Reimplemented in System.Net.WebSockets.WebSocketBase.WebSocketOperation.ReceiveOperation.

Definition at line 264 of file WebSocketBase.cs.

265 {
266 throw new NotImplementedException();
267 }

Referenced by System.Net.WebSockets.WebSocketBase.WebSocketOperation.Process().