SoapServerMessage::Url Property
.NET Framework (current version)
Gets the base URL of the XML Web service.
Assembly: System.Web.Services (in System.Web.Services.dll)
The Url property can be accessed during any SoapMessageStage.
The following code fragment is part of a SOAP extension that logs the SOAP messages sent and received by an XML Web service. This particular fragment outputs to that log file the URL of the XML Web service.
.NET Framework
Available since 1.1
Available since 1.1
Show: