Property | Type | Description | |
---|---|---|---|
Complete | void | ||
CompletionPortCallback | void | ||
FinishOperationFailure | void | ||
FinishOperationSuccess | void | ||
FreeOverlapped | void | ||
InitializeOverlapped | void | ||
SetResults | void | ||
StartOperationCommon | void | ||
StartOperationReceive | void | ||
StartOperationSend | void | ||
UpdateDataChunk | void | ||
UpdateDataChunk | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
HttpListenerAsyncEventArgs ( |
||
SetBuffer ( byte buffer, int offset, int count ) : void | ||
SetShouldCloseOutput ( ) : void |
Method | Description | |
---|---|---|
OnCompleted ( HttpListenerAsyncEventArgs e ) : void |
Method | Description | |
---|---|---|
Complete ( ) : void | ||
CompletionPortCallback ( uint errorCode, uint numBytes, |
||
FinishOperationFailure ( Exception exception, bool syncCompletion ) : void | ||
FinishOperationSuccess ( int bytesTransferred, bool syncCompletion ) : void | ||
FreeOverlapped ( bool checkForShutdown ) : void | ||
InitializeOverlapped ( |
||
SetResults ( Exception exception, int bytesTransferred ) : void | ||
StartOperationCommon ( |
||
StartOperationReceive ( ) : void | ||
StartOperationSend ( ) : void | ||
UpdateDataChunk ( ) : void | ||
UpdateDataChunk ( int index, byte buffer, int offset, int count ) : void |
public HttpListenerAsyncEventArgs ( |
||
webSocket | ||
stream | ||
return | Microsoft.Win32.SafeHandles |
protected OnCompleted ( HttpListenerAsyncEventArgs e ) : void | ||
e | HttpListenerAsyncEventArgs | |
return | void |
public SetBuffer ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |