6 references to RequestNamespace
System.Web.Services (6)
System\Web\Services\Protocols\SoapServerProtocol.cs (6)
374
if (helper.
RequestNamespace
!= null)
375
SetHelper(SoapServerProtocolHelper.GetHelper(this, helper.
RequestNamespace
));
538
if (helper.
RequestNamespace
== null) return;
550
if (helper.
RequestNamespace
!= helper.EnvelopeNs) { // unknown envelope ns -- version mismatch
552
string requestNamespace = helper.
RequestNamespace
;
561
string requestNamespace = helper.
RequestNamespace
;