The IP address reported by the client.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract IPAddress ClientIPAddress { get; }
Property Value

There is no description.

Collapse/Expand Remarks
Note that this is not guaranteed to be the client's actual, remote IP address -- if the client is behind a router with NAT, for example, the IP address reported will be the client's internal IP address on its LAN.