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
Properties
BaseIoStream
public IOStream? BaseIoStream { get; }
Property Value
Methods
GetBaseIoStream()
public IOStream GetBaseIoStream()
Returns
GetGType()
public static Type GetGType()
Returns
New(IOStream, Socket)
[Version("2.28")]
public static TcpWrapperConnection New(IOStream baseIoStream, Socket socket)