5 references to Action
System.Web.Services (5)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (2)
48string methodUriString = ServerProtocol.Request.Headers[Soap.Action]; 80throw new SoapException(Res.GetString(Res.WebHttpHeader, Soap.Action, (string) methodKey), new XmlQualifiedName(Soap.Code.Client, Soap.Namespace));
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
534if (this.version != SoapProtocolVersion.Soap12 && request.Headers[Soap.Action] == null) { 539request.Headers.Add(Soap.Action, actionStringBuilder.ToString());
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
437if (Request.Headers[Soap.Action] == null || ContentType.MatchesBase(Request.ContentType, ContentType.ApplicationSoap))