C# Class System.Net.ListenerClientCertAsyncResult

Inheritance: LazyAsyncResult
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
IOCompleted void
IOCompleted void
ListenerClientCertAsyncResult System.Runtime.InteropServices
Reset void
WaitCallback void

Méthodes protégées

Méthode Description
Cleanup ( ) : void

Private Methods

Méthode 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 méthode

protected Cleanup ( ) : void
Résultat void