Client Constructor (IPEndPoint, Int32, Int32)

Tungsten Suite

Client Constructor (IPEndPoint, Int32, Int32)

Constructs a new Client, initialized with the specified values

Namespace:  W.Net.RPC
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public Client(
	IPEndPoint remoteEndPoint,
	int encryptionKeySize,
	int msCallTimeout = -1
)

Parameters

remoteEndPoint
Type: System.NetIPEndPoint
The server's IP address and port
encryptionKeySize
Type: SystemInt32
The encryption key size (typically 2048 or 4096; 384 to 16384 in increments of 8)
msCallTimeout (Optional)
Type: SystemInt32
The maximum number of milliseconds to wait for a call to complete
See Also