TcpCommunicationClient Constructor |
Namespace: SampSharp.Core.Communication.Clients
public TcpCommunicationClient( string host, int port )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if the specified port is invalid. |
ArgumentNullException | Thrown if host is null. |