2.2.4.25 ConnectionClientInfo

The ConnectionClientInfo type contains client information of the connection instance.

Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi

 <xs:complexType name="ConnectionClientInfo">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="ClientApplicationName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ClientApplicationPublisher" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ClientApplicationVersion" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ClientHostname" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="ClientIPAddress" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

ClientApplicationName: The client application name.

ClientApplicationPublisher: The client application publisher information.

ClientApplicationVersion: The client application version.

ClientHostname: The client host name.

ClientIPAddress: The client IP address.