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