iw4madminapplicationio NetworkLogState - RaidMax/IW4M-Admin GitHub Wiki
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
Returns | Name |
---|---|
bool |
EndPointExists (IPEndPoint serverEndpoint) |
List <byte``[] > |
GetServerLogData (IPEndPoint serverEndpoint) |
void |
QueueServerLogData (IPEndPoint serverEndpoint, byte``[] data) |
UdpClientState |
RegisterEndpoint (IPEndPoint serverEndpoint, IPEndPoint localEndpoint) |
-
Dictionary
<IPEndPoint
,UdpClientState
>
public NetworkLogState()
public UdpClientState RegisterEndpoint(IPEndPoint serverEndpoint, IPEndPoint localEndpoint)
Type | Name | Description |
---|---|---|
IPEndPoint |
serverEndpoint | |
IPEndPoint |
localEndpoint |
public List<byte> GetServerLogData(IPEndPoint serverEndpoint)
Type | Name | Description |
---|---|---|
IPEndPoint |
serverEndpoint |
public void QueueServerLogData(IPEndPoint serverEndpoint, byte[] data)
Type | Name | Description |
---|---|---|
IPEndPoint |
serverEndpoint | |
byte``[] |
data |
public bool EndPointExists(IPEndPoint serverEndpoint)
Type | Name | Description |
---|---|---|
IPEndPoint |
serverEndpoint |
Generated with ModularDoc