Table of Contents

Class TcpConnection

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

Constructors

TcpConnection(bool, params ConstructArgument[])

protected TcpConnection(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

TcpConnection(IntPtr, bool)

protected TcpConnection(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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