SoapBindingsHTTP_SOAP11_ANONYMOUS Property |
For traditional SOAP 1.1 Web Services, it uses BasicHttpBinding, without authentication and proxy.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Binding HTTP_SOAP11_ANONYMOUS { get; }
Public Shared ReadOnly Property HTTP_SOAP11_ANONYMOUS As Binding
Get
public:
static property Binding^ HTTP_SOAP11_ANONYMOUS {
Binding^ get ();
}
static member HTTP_SOAP11_ANONYMOUS : Binding with get
Property Value
Type:
BindingSee Also