SwiftlyS2

INetChannel

Interface INetChannel

Namespace: SwiftlyS2.Shared.Engine

Assembly: SwiftlyS2.CS2.dll

public interface INetChannel : INetChannelInfo

Implements

Properties

CanPacket

bool CanPacket { get; }
Property Value

HasPendingReliableData

bool HasPendingReliableData { get; }
Property Value

IsOverflowed

bool IsOverflowed { get; }
Property Value

IsSuppressingTransmit

bool IsSuppressingTransmit { get; }
Property Value

IsTimedOut

bool IsTimedOut { get; }
Property Value

Methods

SetMaxDataRate(int)

void SetMaxDataRate(int rate)
Parameters

SetMinDataRate(int)

void SetMinDataRate(int rate)
Parameters

SetTimeout(float, bool)

void SetTimeout(float seconds, bool forceExact = false)
Parameters

SuppressTransmit(bool)

void SuppressTransmit(bool suppress)
Parameters

On this page