System.Web.Services
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Attribute
XML Web service methods created using ASP.NET can be configured to run with a SOAP extension by applying an attribute to the XML Web service method. When a custom extension attribute is added to an XML Web service method or a method on a client proxy class, ASP.NET invokes the associated extension at the appropriate time. An extension attribute is a custom attribute class deriving from . Derived attributes must override the property to return the type of extension that is associated with the attribute.
When overridden in a derived class, specifies a SOAP extension should run with an XML Web service method.
Constructor
To be added
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Property
System.Type
To be added: an object of type 'Type'
Derived classes must override the property to return the type of the SOAP extension.
When overridden in a derived class, gets the of the SOAP extension.
1.0.5000.0
2.0.0.0
Property
System.Int32
To be added: an object of type 'int'
To be added
When overridden in a derived class, gets or set the priority of the SOAP extension.
1.0.5000.0
2.0.0.0