System::Web::Services::WebServiceBindingAttribute class
Contents
[
Hide
]WebServiceBindingAttribute class
Used to declare a binding that defines one or more methods of the XML Web service. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class WebServiceBindingAttribute : public System::Attribute
Methods
Method | Description |
---|---|
get_ConformsTo() | Gets the WSI specification. |
get_EmitConformanceClaims() | Gets a value that indicates if the binding emits conformance claims. |
get_Location() | RTTI information. |
get_Name() | Gets the binding’s name. |
get_Namespace() | Gets the namespace that is associated with the binding. |
set_ConformsTo(System::SharedPtr<WsiProfiles>) | Sets the WSI specification. |
set_EmitConformanceClaims(bool) | Sets a value that indicates if the binding emits conformance claims. |
set_Location(String) | Sets the location where the binding is defined. |
set_Name(String) | Sets the binding’s name. |
set_Namespace(String) | Sets the namespace that is associated with the binding. |
WebServiceBindingAttribute() | Constructs a new instance. |
WebServiceBindingAttribute(String) | Constructs a new instance. |
WebServiceBindingAttribute(String, String) | Constructs a new instance. |
WebServiceBindingAttribute(String, String, String) | Constructs a new instance. |
See Also
- Class Attribute
- Namespace System::Web::Services
- Library Aspose.PUB for C++