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