WebServiceBindingAttribute()

WebServiceBindingAttribute::WebServiceBindingAttribute() constructor

Constructs a new instance.

System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute()

WebServiceBindingAttribute::WebServiceBindingAttribute(String) constructor

Constructs a new instance.

System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute(String name)

Arguments

ParameterTypeDescription
nameStringThe binding’s name.

WebServiceBindingAttribute::WebServiceBindingAttribute(String, String) constructor

Constructs a new instance.

System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute(String name, String ns)

Arguments

ParameterTypeDescription
nameStringThe binding’s name.
nsStringThe namespace that is associated with the binding.

WebServiceBindingAttribute::WebServiceBindingAttribute(String, String, String) constructor

Constructs a new instance.

System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute(String name, String ns, String location)

Arguments

ParameterTypeDescription
nameStringThe binding’s name.
nsStringThe namespace that is associated with the binding.
locationStringThe location where the binding is defined.

See Also