1 write to _soapAction
System.Web.Services.Description (1)
System\Web\Services\Description\SoapFormatExtensions.cs (1)
63set { _soapAction = value; }
2 references to _soapAction
System.Web.Services.Description (2)
System\Web\Services\Description\SoapFormatExtensions.cs (2)
62get { return _soapAction == null ? string.Empty : _soapAction; }