Click or drag to resize

TcpCommunicationClient Class

Represents a TCP communictaion client.
Inheritance Hierarchy

Namespace:  SampSharp.Core.Communication.Clients
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public class TcpCommunicationClient : StreamCommunicationClient

The TcpCommunicationClient type exposes the following members.

Constructors
  NameDescription
Public methodTcpCommunicationClient
Initializes a new instance of the TcpCommunicationClient class.
Top
Methods
  NameDescription
Protected methodAssertNotDisposed
Throws a ObjectDisposedException if this instance has been disposed of.
(Inherited from StreamCommunicationClient.)
Public methodConnect
Connects the client to the server.
(Inherited from StreamCommunicationClient.)
Protected methodCreateStream
Returns a newly created and connected stream for this client.
(Overrides StreamCommunicationClientCreateStream.)
Public methodDisconnect
Disconnects this client from the server.
(Overrides StreamCommunicationClientDisconnect.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from StreamCommunicationClient.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from StreamCommunicationClient.)
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.
(Inherited from StreamCommunicationClient.)
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.
(Inherited from StreamCommunicationClient.)
Public methodSend
Sends the specified command to the named pipe.
(Inherited from StreamCommunicationClient.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also