Table of Contents

Class SocketHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class SocketHandle : ObjectHandle, IDisposable
Inheritance
SocketHandle
Implements
Inherited Members

Constructors

SocketHandle(nint, bool)

public SocketHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static SocketHandle For<T>(ConstructArgument[] constructArguments) where T : Socket, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

SocketHandle

Type Parameters

T