C# Class System.Net.ListenerClientCertAsyncResult

Inheritance: LazyAsyncResult
Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
IOCompleted void
IOCompleted void
ListenerClientCertAsyncResult System.Runtime.InteropServices
Reset void
WaitCallback void

Protected Methods

Method Description
Cleanup ( ) : void

Private Methods

Method Description
IOCompleted ( ListenerClientCertAsyncResult asyncResult, uint errorCode, uint numBytes ) : void
IOCompleted ( uint errorCode, uint numBytes ) : void
ListenerClientCertAsyncResult ( ThreadPoolBoundHandle boundHandle, object asyncObject, object userState, AsyncCallback callback, uint size ) : System.Runtime.InteropServices
Reset ( uint size ) : void
WaitCallback ( uint errorCode, uint numBytes, NativeOverlapped nativeOverlapped ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void