This documentation is archived and is not being maintained.
SoapServerMessage.Url Property
.NET Framework 1.1
Gets the base URL of the XML Web service.
[Visual Basic] Overrides Public ReadOnly Property Url As String [C#] public override string Url {get;} [C++] public: __property String* get_Url(); [JScript] public override function get Url() : String;
Property Value
The base URL of the XML Web service.
Remarks
The Url property can be accessed during any SoapMessageStage.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SoapServerMessage Class | SoapServerMessage Members | System.Web.Services.Protocols Namespace
Show: