Class TransportConnection
- Namespace
- Netick
- Assembly
- Netick.dll
public abstract class TransportConnection
- Inheritance
-
TransportConnection
- Derived
-
- Inherited Members
-
Constructors
TransportConnection()
protected TransportConnection()
Properties
AssociatedNetworkConnection
public NetworkConnection AssociatedNetworkConnection { get; }
Property Value
- NetworkConnection
EndPoint
public abstract IEndPoint EndPoint { get; }
Property Value
- IEndPoint
Mtu
public abstract int Mtu { get; }
Property Value
- int
Methods
Send(nint, int)
public abstract void Send(nint ptr, int length)
Parameters
ptr nint
length int
SendUserData(nint, int, TransportDeliveryMethod)
public virtual void SendUserData(nint ptr, int length, TransportDeliveryMethod transportDeliveryMethod)
Parameters
ptr nint
length int
transportDeliveryMethod TransportDeliveryMethod