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