-
-
Notifications
You must be signed in to change notification settings - Fork 49
iw4madminapplicationio UdpClientState
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.IO
IW4MAdmin.Application.IO.UdpClientState[[UdpClientState]]
end
| Type | Name | Methods |
|---|---|---|
Queue<byte``[]> |
AvailableLogData |
get |
UdpClient |
Client |
get, set |
SemaphoreSlim |
OnAction |
get |
| Returns | Name |
|---|---|
void |
Finalize() |
public UdpClientState()protected override void Finalize()public UdpClient Client { get; set; }public Queue<byte> AvailableLogData { get; }public SemaphoreSlim OnAction { get; }Generated with ModularDoc