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

NetworkLogState Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.IO
  IW4MAdmin.Application.IO.NetworkLogState[[NetworkLogState]]
  end
  subgraph System.Collections.Generic
System.Collections.Generic.Dictionary_2[[Dictionary]]
  end
System.Collections.Generic.Dictionary_2 --> IW4MAdmin.Application.IO.NetworkLogState

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