This documentation is archived and is not being maintained.
WebMethodAttribute Properties
.NET Framework 1.1
The properties of the WebMethodAttribute class are listed here. For a complete list of WebMethodAttribute class members, see the WebMethodAttribute Members topic.
Public Properties
BufferResponse | Gets or sets whether the response for this request is buffered. |
CacheDuration | Gets or sets the number of seconds the response should be held in the cache. |
Description Supported by the .NET Compact Framework. | A descriptive message describing the XML Web service method. |
EnableSession | Indicates whether session state is enabled for an XML Web service method. |
MessageName Supported by the .NET Compact Framework. | The name used for the XML Web service method in the data passed to and returned from an XML Web service method. |
TransactionOption | Indicates the transaction support of an XML Web service method. |
TypeId (inherited from Attribute) | When implemented in a derived class, gets a unique identifier for this Attribute. |
See Also
Show:
