This documentation is archived and is not being maintained.

SoapMessage.Url Property

When overridden in a derived class, gets the base URL of the XML Web service.

[Visual Basic]
Public MustOverride ReadOnly Property Url As String
[C#]
public abstract string Url {get;}
[C++]
public: __property virtual String* get_Url() = 0;
[JScript]
public abstract 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, .NET Compact Framework

See Also

SoapMessage Class | SoapMessage Members | System.Web.Services.Protocols Namespace

Show: