This documentation is archived and is not being maintained.
SoapClientMessage.Url Property
.NET Framework 1.1
Gets the 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 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
SoapClientMessage Class | SoapClientMessage Members | System.Web.Services.Protocols Namespace
Show: