Click or drag to resize

SoapBindingsHTTPS_SOAP11_ANONYMOUS Property

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.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Binding HTTPS_SOAP11_ANONYMOUS { get; }

Property Value

Type: Binding
See Also