Base:
method
ToString
System.Object.ToString()
5 references to ToString
System.Web.Services (5)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
137throw new InvalidOperationException(Res.GetString(Res.BPConformanceHeaderFault, soapMethod.methodInfo.ToString(), soapMethod.methodInfo.DeclaringType.FullName, "Direction", typeof(SoapHeaderDirection).Name, SoapHeaderDirection.Fault.ToString()));
System\Web\Services\Protocols\WebServiceHandler.cs (4)
107if (Tracing.On) Tracing.Enter(protocol.MethodInfo.ToString(), caller, userMethod); 109if (Tracing.On) Tracing.Exit(protocol.MethodInfo.ToString(), caller); 294if (Tracing.On) Tracing.Enter(protocol.MethodInfo.ToString(), caller, userMethod); 298if (Tracing.On) Tracing.Enter(protocol.MethodInfo.ToString(), caller);