The properties of System.Web.Services.WebMethodAttribute are listed below. For a list of all members, see the WebMethodAttribute Members list.
See Also: Inherited members from System.Attribute
| BufferResponse | bool.
Gets or sets whether the response for this request is buffered. | |
| CacheDuration | int.
Gets or sets the number of seconds the response should be held in the cache. | |
| Description | string.
A descriptive message describing the XML Web service method. | |
| EnableSession | bool.
Indicates whether session state is enabled for an XML Web service method. | |
| MessageName | string.
The name used for the XML Web service method in the data passed to and returned from an XML Web service method. | |
| TransactionOption | System.EnterpriseServices.TransactionOption.
Indicates the transaction support of an XML Web service method. |