Table of Contents

Class TcpWrapperConnection

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

Constructors

TcpWrapperConnection(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

TcpWrapperConnection(IntPtr, bool)

protected TcpWrapperConnection(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

BaseIoStreamPropertyDefinition

public static readonly Property<IOStream?, TcpWrapperConnection> BaseIoStreamPropertyDefinition

Field Value

Property<IOStream, TcpWrapperConnection>

Properties

BaseIoStream

public IOStream? BaseIoStream { get; }

Property Value

IOStream

Methods

GetBaseIoStream()

public IOStream GetBaseIoStream()

Returns

IOStream

GetGType()

public static Type GetGType()

Returns

Type

New(IOStream, Socket)

[Version("2.28")]
public static TcpWrapperConnection New(IOStream baseIoStream, Socket socket)

Parameters

baseIoStream IOStream
socket Socket

Returns

TcpWrapperConnection