SOAPEncoding Property
The type of SOAP Encoding used for SOAP requests.
Syntax
[VB.NET] Public Property SOAPEncoding As String
[C#] public string SOAPEncoding {get; set;}
Remarks
This is the value of the 'encodingStyle' attribute of the SOAP envelope.
Default Value
"http://schemas.xmlsoap.org/soap/encoding/"