58 references to TraceMethod
System.Web.Services (58)
System\Web\Services\Discovery\DiscoveryRequestHandler.cs (1)
40
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "ProcessRequest") : null;
System\Web\Services\Protocols\ClientProtocol.cs (2)
442
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "GetWebResponse") : null;
445
if (Tracing.On) Tracing.Enter("WebRequest.GetResponse", caller, new
TraceMethod
(request, "GetResponse"));
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
132
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "Initialize") : null;
System\Web\Services\Protocols\RemoteDebugger.cs (8)
94
TraceMethod method = Tracing.On ? new
TraceMethod
(typeof(RemoteDebugger), "get_Connection") : null;
122
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "get_NotifySink") : null;
137
TraceMethod method = Tracing.On ? new
TraceMethod
(typeof(RemoteDebugger), "CloseSharedResources") : null;
160
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "Close") : null;
189
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "NotifyClientCallOut") : null;
230
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "NotifyClientCallReturn") : null;
269
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "NotifyServerCallEnter") : null;
294
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "NotifyServerCallExit") : null;
System\Web\Services\Protocols\Soap11ServerProtocol.cs (2)
73
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "RouteRequest") : null;
74
if (Tracing.On) Tracing.Enter("RouteRequest", caller, new
TraceMethod
(ServerType, "GetMethod", methodKey), Tracing.Details(ServerProtocol.Request));
System\Web\Services\Protocols\Soap12ServerProtocol.cs (3)
50
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "RouteRequest") : null;
54
if (Tracing.On) Tracing.Enter("RouteRequest", caller, new
TraceMethod
(ServerType, "GetMethod", action), Tracing.Details(ServerProtocol.Request));
69
if (Tracing.On) Tracing.Enter("RouteRequest", caller, new
TraceMethod
(ServerType, "GetMethod", requestElement), Tracing.Details(ServerProtocol.Request));
System\Web\Services\Protocols\SoapClientProtocol.cs (6)
51
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, ".ctor", type) : null;
52
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceCreateSerializer), caller, new
TraceMethod
(typeof(XmlSerializer), "FromMappings", xmlMappings, type));
574
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "Serialize") : null;
576
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceWriteRequest), caller, new
TraceMethod
(method.parameterSerializer, "Serialize", writer, parameters, null, isEncoded ? encodingNs : null));
674
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "ReadResponse") : null;
676
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceReadResponse), caller, new
TraceMethod
(method.returnSerializer, "Deserialize", reader, isEncodedSoap ? encodingNs : null));
System\Web\Services\Protocols\SoapHeader.cs (5)
250
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "ReadHeaders") : null;
251
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceReadHeaders), caller, new
TraceMethod
(serializer, "Deserialize", reader, encodingStyle));
341
TraceMethod caller = Tracing.On ? new
TraceMethod
(typeof(SoapHeaderHandling), "WriteHeaders") : null;
342
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceWriteHeaders), caller, new
TraceMethod
(serializer, "Serialize", writer, headerArray, null, isEncoded ? encodingStyle : null, "h_"));
356
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceWriteHeaders), caller, new
TraceMethod
(headerSerializer, "Serialize", writer, header));
System\Web\Services\Protocols\SoapMessage.cs (3)
246
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "RunExtensions", extensions, throwOnException) : null;
252
if (Tracing.On) Tracing.Enter("SoapExtension", caller, new
TraceMethod
(extensions[i], "ProcessMessage", stage));
264
if (Tracing.On) Tracing.Enter("SoapExtension", caller, new
TraceMethod
(extensions[i], "ProcessMessage", stage));
System\Web\Services\Protocols\SoapServerMethod.cs (2)
252
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "ImportSerializers") : null;
253
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceCreateSerializer), caller, new
TraceMethod
(typeof(XmlSerializer), "FromMappings", xmlMappings, serverEvidence));
System\Web\Services\Protocols\SoapServerProtocol.cs (6)
113
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, ".ctor", type, protocolsSupported) : null;
114
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceCreateSerializer), caller, new
TraceMethod
(typeof(XmlSerializer), "FromMappings", xmlMappings, this.Evidence));
626
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "ReadParameters") : null;
627
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceReadRequest), caller, new
TraceMethod
(serverMethod.parameterSerializer, "Deserialize", reader, serverMethod.use == SoapBindingUse.Encoded ? helper.EncodingNs : null));
707
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "WriteReturns") : null;
708
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceWriteResponse), caller, new
TraceMethod
(serverMethod.returnSerializer, "Serialize", writer, returnValues, null, isEncoded ? helper.EncodingNs : null));
System\Web\Services\Protocols\WebServiceHandler.cs (11)
105
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "Invoke") : null;
106
TraceMethod userMethod = Tracing.On ? new
TraceMethod
(protocol.Target, protocol.MethodInfo.Name, this.parameters) : null;
153
callbackMethod = Tracing.On ? new
TraceMethod
(this, "ThrowInitException") : null;
158
callbackMethod = Tracing.On ? transacted ? new
TraceMethod
(this, "OneWayInvokeTransacted") : new
TraceMethod
(this, "OneWayInvoke") : null;
251
TraceMethod callbackMethod = Tracing.On ? new
TraceMethod
(this, "OneWayAsyncInvoke") : null;
292
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "BeginInvoke") : null;
293
TraceMethod userMethod = Tracing.On ? new
TraceMethod
(protocol.Target, protocol.MethodInfo.Name, this.parameters) : null;
389
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "ProcessRequest") : null;
407
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "BeginProcessRequest") : null;
418
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "EndProcessRequest") : null;
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (2)
63
TraceMethod method = Tracing.On ? new
TraceMethod
(this, "GetHandler") : null;
91
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "CoreGetHandler") : null;
System\Web\Services\Protocols\XmlReturnReader.cs (4)
48
TraceMethod caller = Tracing.On ? new
TraceMethod
(typeof(XmlReturn), "GetInitializers", methodInfos) : null;
49
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceCreateSerializer), caller, new
TraceMethod
(typeof(XmlSerializer), "FromMappings", xmlMappings, evidence));
120
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "Read") : null;
121
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceReadResponse), caller, new
TraceMethod
(xmlSerializer, "Deserialize", reader));
System\Web\Services\Protocols\XmlReturnWriter.cs (2)
37
TraceMethod caller = Tracing.On ? new
TraceMethod
(this, "Write") : null;
38
if (Tracing.On) Tracing.Enter(Tracing.TraceId(Res.TraceWriteResponse), caller, new
TraceMethod
(xmlSerializer, "Serialize", writer, returnValue));