C# Class System.Net.Sockets.SafeSocketHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Show file Open project: mono/mono Class Usage Examples

Public Methods

Method Description
RegisterForBlockingSyscall ( ) : void
SafeSocketHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
UnRegisterForBlockingSyscall ( ) : void

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method Description
SafeSocketHandle ( ) : System

Method Details

RegisterForBlockingSyscall() public method

public RegisterForBlockingSyscall ( ) : void
return void

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafeSocketHandle() public method

public SafeSocketHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
preexistingHandle System.IntPtr
ownsHandle bool
return System

UnRegisterForBlockingSyscall() public method

public UnRegisterForBlockingSyscall ( ) : void
return void