Click or drag to resize

SoapBindings Properties

The SoapBindings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHTTP_SOAP11_ANONYMOUS
For traditional SOAP 1.1 Web Services, it uses BasicHttpBinding, without authentication and proxy.
Public propertyStatic memberHTTPS_SOAP11_ANONYMOUS
For traditional SOAP 1.1 Web Services, it uses BasicHttpBinding, without authentication and proxy. connection is secured by HTTPS. Maximum response message size is set to 2MB, if the message is larger than 2MB, you must specifies appropriate binding to use.
Top
See Also