2.2.4.26 ConnectionInfo
The ConnectionInfo type contains user connection data information.
Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi
-
<xs:complexType name="ConnectionInfo"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="ClientInfo" nillable="true" type="tns1:ConnectionClientInfo"/> <xs:element minOccurs="0" maxOccurs="1" name="EndTime" type="xs:dateTime"/> <xs:element minOccurs="0" maxOccurs="1" name="ServiceType" nillable="true" type="xs:string"/> <xs:element minOccurs="0" maxOccurs="1" name="StartTime" type="xs:dateTime"/> <xs:element minOccurs="0" maxOccurs="1" name="UserInfo" nillable="true" type="tns1:RemoteConnectionUserInfo"/> </xs:sequence> </xs:complexType>
ClientInfo: The client information of the connection. See section 2.2.4.25.
EndTime: The end time of the connection.
ServiceType: The service type of the connection.
StartTime: The start time of the connection.
UserInfo: The user information of the connection. See section 2.2.4.65.