INetChannel
Interface INetChannel
Namespace: SwiftlyS2.Shared.Engine
Assembly: SwiftlyS2.CS2.dll
public interface INetChannel : INetChannelInfoImplements
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
- rate int
SetMinDataRate(int)
void SetMinDataRate(int rate)Parameters
- rate int
SetTimeout(float, bool)
void SetTimeout(float seconds, bool forceExact = false)Parameters
SuppressTransmit(bool)
void SuppressTransmit(bool suppress)Parameters
- suppress bool