Table of Contents

Class TcpWrapperConnection

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

Constructors

TcpWrapperConnection(params ConstructArgument[])

public TcpWrapperConnection(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

TcpWrapperConnection(TcpWrapperConnectionHandle)

public TcpWrapperConnection(TcpWrapperConnectionHandle handle)

Parameters

handle TcpWrapperConnectionHandle

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