C# Class System.Net.Sockets.SafeSocketHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: mono/mono Class Usage Examples

Méthodes publiques

Méthode Description
RegisterForBlockingSyscall ( ) : void
SafeSocketHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
UnRegisterForBlockingSyscall ( ) : void

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Private Methods

Méthode Description
SafeSocketHandle ( ) : System

Method Details

RegisterForBlockingSyscall() public méthode

public RegisterForBlockingSyscall ( ) : void
Résultat void

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafeSocketHandle() public méthode

public SafeSocketHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
preexistingHandle System.IntPtr
ownsHandle bool
Résultat System

UnRegisterForBlockingSyscall() public méthode

public UnRegisterForBlockingSyscall ( ) : void
Résultat void