SampSharp.Core.Communication.Clients Namespace |
[Missing <summary> documentation for "N:SampSharp.Core.Communication.Clients"]
Class | Description | |
---|---|---|
![]() | NamedPipeClient |
Represents a named pipe communication client.
|
![]() | StreamCommunicationClient |
Represents a base class for communication clients based on a Stream. The stream must support
ReadAsync(Byte, Int32, Int32, CancellationToken),
Write(Byte, Int32, Int32) and Flush.
|
![]() | StreamCommunicationClientClosedException |
Represents errors that occur when the connection between the StreamCommunicationClient and the server is closed while waiting for server data.
|
![]() | TcpCommunicationClient |
Represents a TCP communictaion client.
|
![]() | UnixDomainSocketCommunicationClient |
Represents a Unix Domain Socket communictaion client.
|
Interface | Description | |
---|---|---|
![]() | ICommunicationClient | Obsolete.
Contains the methods a of a communication client used by the SampSharp client to communicate with the server.
|