Table of Contents

Class UnixConnectionHandle

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

Constructors

UnixConnectionHandle(nint, bool)

public UnixConnectionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

UnixConnectionHandle

Type Parameters

T