Table of Contents

Class SocketClientHandle

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

Constructors

SocketClientHandle(nint, bool)

public SocketClientHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SocketClientHandle

Type Parameters

T