IRDPSRAPITcpConnectionInfo interface (rdpencomapi.h)

Supports the methods to retrieve the TCP connection information on the viewer and on the sharer side. This interface is exposed through the IRDPSRAPIAttendee::get_ConnectivityInfo method.

Inheritance

The IRDPSRAPITcpConnectionInfo interface inherits from the IDispatch interface.

Methods

The IRDPSRAPITcpConnectionInfo interface has these methods.

 
IRDPSRAPITcpConnectionInfo::get_LocalIP

Retrieves the local IP address that is being used by the sharer or by the viewer for communication.
IRDPSRAPITcpConnectionInfo::get_LocalPort

Retrieves the local port that is being used by the sharer or by the viewer in communication.
IRDPSRAPITcpConnectionInfo::get_PeerIP

Retrieves the remote IP address that is being used by the sharer or by the viewer in communication.
IRDPSRAPITcpConnectionInfo::get_PeerPort

Retrieves the remote port that is being used by the sharer or by the viewer in communication.
IRDPSRAPITcpConnectionInfo::get_Protocol

Retrieves the protocol that is being used by the sharer or by the viewer for communication.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h

See also

IDispatch