Table of Contents

Class TcpConnection

Namespace
Gio
Assembly
Gio-2.0.dll
public class TcpConnection : SocketConnection, IDisposable, GTypeProvider, InstanceFactory
Inheritance
TcpConnection
Implements
Derived
Inherited Members

Constructors

TcpConnection(params ConstructArgument[])

public TcpConnection(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

TcpConnection(TcpConnectionHandle)

public TcpConnection(TcpConnectionHandle handle)

Parameters

handle TcpConnectionHandle

Fields

GracefulDisconnectPropertyDefinition

public static readonly Property<bool, TcpConnection> GracefulDisconnectPropertyDefinition

Field Value

Property<bool, TcpConnection>

Properties

GracefulDisconnect

public bool GracefulDisconnect { get; set; }

Property Value

bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetGracefulDisconnect()

[Version("2.22")]
public bool GetGracefulDisconnect()

Returns

bool

SetGracefulDisconnect(bool)

[Version("2.22")]
public void SetGracefulDisconnect(bool gracefulDisconnect)

Parameters

gracefulDisconnect bool