2.2.4.4 ServiceSettingsResponseInfo Message
The ServiceSettingsResponseInfo message is sent by the resolver service in response to a GetServiceInfo message. The message contains a Boolean value indicating whether referrals are to be used by Peer Channel protocol clients. For more information about the Peer Channel protocol and the use of referrals, see [MC-PRCH] sections 2.2.2.3 and 3.1.
-
Message: <wsdl:message name="ServiceSettingsResponseInfo"> <wsdl:part name="ServiceSettings" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer" element="peer:ServiceSettings" /> </wsdl:message> Operation: <wsdl:operation name="GetServiceInfo"> <wsdl:output wsam:Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/GetServiceSettingsResponse" name="ServiceSettingsResponseInfo" message="tns:ServiceSettingsResponseInfo" /> </wsdl:operation> Data Types: <xs:complexType name="ServiceSettingsResponseInfo"> <xs:sequence> <xs:element minOccurs="0" name="ControlMeshShape" type="xs:boolean" /> </xs:sequence> </xs:complexType> <xs:element name="ServiceSettingsResponseInfo" nillable="true" type="tns:ServiceSettingsResponseInfo" /> <xs:element name="ServiceSettings" nillable="true" type="tns:ServiceSettingsResponseInfo" />
ControlMeshShape: The "ControlMeshShape" value of the "xs:element name" attribute is a Boolean value that indicates how the client deals with referrals. For more information about the use of referrals in the Peer Channel protocol, see [MC-PRCH] sections 2.2.2.3 and 3.1.