IRDPSRAPITcpConnectionInfo interface
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.
Members
The IRDPSRAPITcpConnectionInfo interface inherits from the IDispatch interface. IRDPSRAPITcpConnectionInfo also has these types of members:
Properties
The IRDPSRAPITcpConnectionInfo interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
The local IP address that is being used by the sharer or by the viewer. | |
|
Read-only |
The local port number that is being used by the sharer or by the viewer. | |
|
Read-only |
The peer IP address. The sharer can retrieve the IP address of the viewer and vice versa. | |
|
Read-only |
The peer port. The sharer can retrieve the port of the viewer and vice versa. | |
|
Read-only |
The protocol that is being used in session communication between the sharer and the viewer. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
|
CLSID |
CLSID_RDPSRAPITcpConnectionInfo is defined as be49db3f-ebb6-4278-8ce0-d5455833eaee |
|
IID |
IID_IRDPSRAPITcpConnectionInfo is defined as f74049a4-3d06-4028-8193-0a8c29bc2452 |
See also