Table of Contents

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

transport CustomizableSocketTransport
index int

Properties

Address

public IEndPoint Address { get; }

Property Value

IEndPoint

Id

public int Id { get; }

Property Value

int

Mtu

public int Mtu { get; }

Property Value

int

Transport

public CustomizableSocketTransport Transport { get; }

Property Value

CustomizableSocketTransport

Methods

Send(BitBuffer)

public void Send(BitBuffer buffer)

Parameters

buffer BitBuffer

Send(nint, int)

public void Send(nint ptr, int len)

Parameters

ptr nint
len int