1
iw4madminapplicationio NetworkLogState
RaidMax edited this page 2023-05-20 22:09:21 -05:00

NetworkLogState Public class

Diagram

Members

Methods

Public methods

Returns Name
bool EndPointExists(IPEndPoint serverEndpoint)
List<byte``[]> GetServerLogData(IPEndPoint serverEndpoint)
void QueueServerLogData(IPEndPoint serverEndpoint, byte``[] data)
UdpClientState RegisterEndpoint(IPEndPoint serverEndpoint, IPEndPoint localEndpoint)

Details

Inheritance

Constructors

NetworkLogState

Source code

public NetworkLogState()

Methods

RegisterEndpoint

Source code

public UdpClientState RegisterEndpoint(IPEndPoint serverEndpoint, IPEndPoint localEndpoint)
Arguments
Type Name Description
IPEndPoint serverEndpoint
IPEndPoint localEndpoint

GetServerLogData

Source code

public List<byte> GetServerLogData(IPEndPoint serverEndpoint)
Arguments
Type Name Description
IPEndPoint serverEndpoint

QueueServerLogData

Source code

public void QueueServerLogData(IPEndPoint serverEndpoint, byte[] data)
Arguments
Type Name Description
IPEndPoint serverEndpoint
byte``[] data

EndPointExists

Source code

public bool EndPointExists(IPEndPoint serverEndpoint)
Arguments
Type Name Description
IPEndPoint serverEndpoint

Generated with ModularDoc