3#include <system/attribute.h>
4#include <system/shared_ptr.h>
5#include <system/string.h>
7namespace System {
namespace Web {
namespace Services {
23 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
25 ASPOSECPP_SHARED_RTTI_INFO_DECL();
82 bool emitConformanceClaims;
A base class for custom attributes. Objects of this class should only be allocated using System::Make...
Definition: attribute.h:16
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Used to declare a binding that defines one or more methods of the XML Web service....
Definition: web_service_binding_attribute.h:16
String get_Name()
Gets the binding's name.
System::SharedPtr< WsiProfiles > get_ConformsTo()
Gets the WSI specification.
void set_ConformsTo(System::SharedPtr< WsiProfiles > value)
Sets the WSI specification.
bool get_EmitConformanceClaims()
Gets a value that indicates if the binding emits conformance claims.
void set_EmitConformanceClaims(bool value)
Sets a value that indicates if the binding emits conformance claims.
void set_Location(String value)
Sets the location where the binding is defined.
WebServiceBindingAttribute()
Constructs a new instance.
String get_Namespace()
Gets the namespace that is associated with the binding.
WebServiceBindingAttribute(String name, String ns)
Constructs a new instance.
WebServiceBindingAttribute(String name)
Constructs a new instance.
WebServiceBindingAttribute(String name, String ns, String location)
Constructs a new instance.
String get_Location()
Gets the location where the binding is defined.
void set_Namespace(String value)
Sets the namespace that is associated with the binding.
void set_Name(String value)
Sets the binding's name.
Definition: db_command.h:9