24 references to Context
System.Web.Services (24)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
358
fixup(this.
Context
.Request.Url);
System\Web\Services\Protocols\DocumentationServerProtocol.cs (12)
133
if (Tracing.On) Tracing.Enter("ASP.NET", caller, new TraceMethod(typeof(PageParser), "GetCompiledPageInstance", config.WsdlHelpGenerator.HelpGeneratorVirtualPath, config.WsdlHelpGenerator.HelpGeneratorPath,
Context
));
137
Context
);
174
Context
.Items.Add("wsdls", serverType.ServiceDescriptions);
175
Context
.Items.Add("schemas", serverType.Schemas);
178
if (
Context
.Request.Url.IsLoopback ||
Context
.Request.IsLocal) {
179
Context
.Items.Add("wsdlsWithPost", serverType.ServiceDescriptionsWithPost);
180
Context
.Items.Add("schemasWithPost", serverType.SchemasWithPost);
182
Context
.Items.Add("conformanceWarnings", WebServicesSection.Current.EnabledConformanceWarnings);
186
handler.ProcessRequest(
Context
);
193
handler.ProcessRequest(
Context
);
218
fixup(this.
Context
.Request.Url);
System\Web\Services\Protocols\RemoteDebugger.cs (1)
70
enabled = protocol.
Context
.IsDebuggingEnabled && Connection != null;
System\Web\Services\Protocols\ServerProtocol.cs (2)
122
bool isDevelopmentServer =
Context
!= null && !
Context
.IsCustomErrorEnabled;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
513
Context
.Items[WebService.SoapVersionContextSlot] = helper.Version;
System\Web\Services\Protocols\WebServiceHandler.cs (7)
56
HttpContext context = protocol.
Context
;
197
if (protocol.
Context
!= null)
198
oldContext = SwitchContext(protocol.
Context
);
214
if (protocol.
Context
!= null)
215
oldContext = SwitchContext(protocol.
Context
);
269
if (protocol.
Context
!= null)
270
oldContext = SwitchContext(protocol.
Context
);