Client.RemoteEndPoint Property

Tungsten Suite

ClientRemoteEndPoint Property

The IPEndPoint of the server (The server must be a valid instance of W.Net.RPC.Server)

Namespace:  W.Net.RPC
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public IPEndPoint RemoteEndPoint { get; set; }

Property Value

Type: IPEndPoint
See Also