Table of Contents

Class TcpConnectionHandle

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

Constructors

TcpConnectionHandle(nint, bool)

public TcpConnectionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TcpConnectionHandle

Type Parameters

T