Click or drag to resize

ICommunicationClient Interface

Note: This API is now obsolete.

Contains the methods a of a communication client used by the SampSharp client to communicate with the server.

Namespace:  SampSharp.Core.Communication.Clients
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")]
public interface ICommunicationClient : IDisposable

The ICommunicationClient type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects this client to the server.
Public methodDisconnect
Disconnects this client from the server.
Public methodDispose (Inherited from IDisposable.)
Public methodReceiveAsync
Waits for the next command sent by the server.
Public methodSend
Sends the specified command to the server.
Top
See Also