C# Class System.Net.Sockets.SafeNativeOverlapped

Inheritance: System.Runtime.InteropServices.SafeHandle
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
FreeNativeOverlapped void
ReplaceHandle void
SafeNativeOverlapped System.Diagnostics
SafeNativeOverlapped System.Diagnostics

Méthodes publiques

Méthode Description
SafeNativeOverlapped ( SafeCloseSocket socketHandle, NativeOverlapped handle ) : System.Diagnostics

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Private Methods

Méthode Description
FreeNativeOverlapped ( ) : void
ReplaceHandle ( NativeOverlapped overlapped ) : void
SafeNativeOverlapped ( ) : System.Diagnostics
SafeNativeOverlapped ( IntPtr handle ) : System.Diagnostics

Method Details

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafeNativeOverlapped() public méthode

public SafeNativeOverlapped ( SafeCloseSocket socketHandle, NativeOverlapped handle ) : System.Diagnostics
socketHandle SafeCloseSocket
handle System.Threading.NativeOverlapped
Résultat System.Diagnostics