Class Connection
- Namespace
- Netick
- Assembly
- Netick.dll
public class Connection
- Inheritance
-
Connection
- Inherited Members
Constructors
Connection(CustomizableSocketTransport, int)
public Connection(CustomizableSocketTransport transport, int index)
Parameters
transportCustomizableSocketTransportindexint
Properties
Address
public IEndPoint Address { get; }
Property Value
Id
public int Id { get; }
Property Value
Mtu
public int Mtu { get; }
Property Value
Transport
public CustomizableSocketTransport Transport { get; }
Property Value
Methods
Send(BitBuffer)
public void Send(BitBuffer buffer)
Parameters
bufferBitBuffer
Send(nint, int)
public void Send(nint ptr, int len)