The remote endpoint (IP address and port) of the client connected to the session.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract EndPoint RemoteEndPoint { get; }
Property Value

There is no description.

Collapse/Expand Remarks
This property currently supports only IPv4 addresses, and will be null if no client is connected to the session.