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; }
Public Shared ReadOnly Property HTTPS_SOAP11_ANONYMOUS As Binding
Get
public:
static property Binding^ HTTPS_SOAP11_ANONYMOUS {
Binding^ get ();
}
static member HTTPS_SOAP11_ANONYMOUS : Binding with get
Property Value
Type:
BindingSee Also