Table of Contents

Class SocketServiceHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class SocketServiceHandle : SocketListenerHandle, IDisposable
Inheritance
SocketServiceHandle
Implements
Derived
Inherited Members

Constructors

SocketServiceHandle(nint, bool)

public SocketServiceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

SocketServiceHandle

Type Parameters

T