3 writes to BufferResponse
System.Web.Services (3)
System\Web\Services\WebMethodAttribute.cs (3)
85BufferResponse = true; 98BufferResponse = bufferResponse; 243attribute.BufferResponse = implAttribute.BufferResponseSpecified ? implAttribute.BufferResponse : declAttribute.BufferResponse;
4 references to BufferResponse
System.Web.Services (4)
System\Web\Services\Protocols\WebServiceHandler.cs (2)
74context.Response.BufferOutput = protocol.MethodAttribute.BufferResponse; 358bool fullyBuffered = protocol.MethodAttribute.BufferResponse;
System\Web\Services\WebMethodAttribute.cs (2)
243attribute.BufferResponse = implAttribute.BufferResponseSpecified ? implAttribute.BufferResponse : declAttribute.BufferResponse;