SoapServerMessage::Url Property

 

Gets the base URL of the XML Web service.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property String^ Url {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The base URL of the XML Web service.

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
Return to top
Show: