System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute constructor

WebServiceBindingAttribute::WebServiceBindingAttribute() constructor

Constructs a new instance.

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

See Also

WebServiceBindingAttribute::WebServiceBindingAttribute(String) constructor

Constructs a new instance.

System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute(String name)
ParameterTypeDescription
nameStringThe binding’s name.

See Also

WebServiceBindingAttribute::WebServiceBindingAttribute(String, String) constructor

Constructs a new instance.

System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute(String name, String ns)
ParameterTypeDescription
nameStringThe binding’s name.
nsStringThe namespace that is associated with the binding.

See Also

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

Constructs a new instance.

System::Web::Services::WebServiceBindingAttribute::WebServiceBindingAttribute(String name, String ns, String location)
ParameterTypeDescription
nameStringThe binding’s name.
nsStringThe namespace that is associated with the binding.
locationStringThe location where the binding is defined.

See Also