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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the NamedPipeClient class.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also