SoapMethodAttribute Members
Indicates that a method is callable across the Internet. This class cannot be inherited.
The following tables list the members exposed by the SoapMethodAttribute type.
Public Constructors
Name | Description | |
---|---|---|
SoapMethodAttribute | Initializes a new instance of the SoapMethodAttribute class. |
Top
Public Properties
Name | Description | |
---|---|---|
ResponseAction | Gets or sets the SOAP action for the SOAP response. | |
SoapAction | Gets or sets the current SOAP action for the SoapMethodAttribute instance. | |
TypeId | (Inherited from Attribute ) | |
UniqueMethodName | Gets or sets the name of the Web Services Decription Languague (WSDL) operation for the Web service method. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Attribute ) | |
GetCustomAttribute | Overloaded. (Inherited from Attribute ) | |
GetCustomAttributes | Overloaded. (Inherited from Attribute ) | |
GetHashCode | (Inherited from Attribute ) | |
GetType | (Inherited from Object ) | |
IsDefaultAttribute | (Inherited from Attribute ) | |
IsDefined | Overloaded. (Inherited from Attribute ) | |
Match | (Inherited from Attribute ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Runtime.InteropServices._Attribute.GetIDsOfNames | (Inherited from Attribute ) | |
System.Runtime.InteropServices._Attribute.GetTypeInfo | (Inherited from Attribute ) | |
System.Runtime.InteropServices._Attribute.GetTypeInfoCount | (Inherited from Attribute ) | |
System.Runtime.InteropServices._Attribute.Invoke | (Inherited from Attribute ) |
Top
See Also
Reference
SoapMethodAttribute Class
Microsoft.Web.Services3.Messaging Namespace