Click or drag to resize

StreamCommunicationClient Class

Inheritance Hierarchy

Namespace:  SampSharp.Core.Communication.Clients
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public abstract class StreamCommunicationClient : ICommunicationClient, 
	IDisposable

The StreamCommunicationClient type exposes the following members.

Constructors
  NameDescription
Protected methodStreamCommunicationClient
Initializes a new instance of the StreamCommunicationClient class
Top
Methods
  NameDescription
Protected methodAssertNotDisposed
Throws a ObjectDisposedException if this instance has been disposed of.
Public methodConnect
Connects the client to the server.
Protected methodCreateStream
Returns a newly created and connected stream for this client.
Public methodDisconnect
Disconnects this client from the server.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the NamedPipeClient class.
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReceiveAsync
Waits for the next command sent by the server.
Public methodSend
Sends the specified command to the named pipe.
Public methodToString (Inherited from Object.)
Top
See Also