WCF-Xtensions Class Reference for Mono
negotiatedParams Field (openChannelResponse)






Syntax
'Declaration
 
<System.ServiceModel.MessageBodyMemberAttribute(Order=2, Namespace="http://servicechannel.tcp.transport.ws.xml.sun.com/")>
<System.Xml.Serialization.XmlElementAttribute(ElementName="negotiatedParams", Form=XmlSchemaForm.Unqualified)>
Public negotiatedParams As System.String()
'Usage
 
Dim instance As openChannelResponse
Dim value() As System.String
 
value = instance.negotiatedParams
 
instance.negotiatedParams = value
[System.ServiceModel.MessageBodyMember(Order=2, Namespace="http://servicechannel.tcp.transport.ws.xml.sun.com/")]
[System.Xml.Serialization.XmlElement(ElementName="negotiatedParams", Form=XmlSchemaForm.Unqualified)]
public System.string[] negotiatedParams
public field negotiatedParams: System.array of String; 
System.ServiceModel.MessageBodyMemberAttribute(Order=2, Namespace="http://servicechannel.tcp.transport.ws.xml.sun.com/")
System.Xml.Serialization.XmlElementAttribute(ElementName="negotiatedParams", Form=XmlSchemaForm.Unqualified)
public var negotiatedParams : System.String[];
[System.ServiceModel.MessageBodyMember(Order=2, Namespace="http://servicechannel.tcp.transport.ws.xml.sun.com/")]
[System.Xml.Serialization.XmlElement(ElementName="negotiatedParams", Form=XmlSchemaForm.Unqualified)]
public: System.string*[]* negotiatedParams
[System.ServiceModel.MessageBodyMember(Order=2, Namespace="http://servicechannel.tcp.transport.ws.xml.sun.com/")]
[System.Xml.Serialization.XmlElement(ElementName="negotiatedParams", Form=XmlSchemaForm.Unqualified)]
public:
System.array<String^>^ negotiatedParams
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

openChannelResponse Class
openChannelResponse Members

Send Feedback