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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(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