StreamCommunicationClient Class |
Namespace: SampSharp.Core.Communication.Clients
public abstract class StreamCommunicationClient : ICommunicationClient, IDisposable
The StreamCommunicationClient type exposes the following members.
Name | Description | |
---|---|---|
StreamCommunicationClient | Initializes a new instance of the StreamCommunicationClient class |
Name | Description | |
---|---|---|
AssertNotDisposed |
Throws a ObjectDisposedException if this instance has been disposed of.
| |
Connect |
Connects the client to the server.
| |
CreateStream |
Returns a newly created and connected stream for this client.
| |
Disconnect |
Disconnects this client from the server.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the NamedPipeClient class.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReceiveAsync |
Waits for the next command sent by the server.
| |
Send |
Sends the specified command to the named pipe.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |