7 references to MethodAttribute
System.Web.Services (7)
System\Web\Services\Protocols\WebServiceHandler.cs (6)
60
int cacheDuration = protocol.
MethodAttribute
.CacheDuration;
74
context.Response.BufferOutput = protocol.
MethodAttribute
.BufferResponse;
133
Transactions.InvokeTransacted(new TransactedCallback(this.Invoke), protocol.
MethodAttribute
.TransactionOption);
147
bool transacted = protocol.
MethodAttribute
.TransactionEnabled;
246
if (protocol.
MethodAttribute
.TransactionEnabled)
358
bool fullyBuffered = protocol.
MethodAttribute
.BufferResponse;
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
126
bool requiresSession = protocol.
MethodAttribute
.EnableSession;