NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpUrl Constructor (String, HttpUrl)

Initializes HttpUrl with a string containing a URL and a parent URL.

[Visual Basic]
Overloads Public Sub New( _
   ByVal url As String, _
   ByVal parent As HttpUrl _
)
[C#]
public HttpUrl(
   string url,
   HttpUrl parent
);
[C++]
public: HttpUrl(
   String* url,
   HttpUrl* parent
);
[JScript]
public function HttpUrl(
   url : String,
   parent : HttpUrl
);

Parameters

url
String representation of a URL.
parent
[To be supplied.]

See Also

HttpUrl Class | HttpUrl Members | System.Web Namespace | HttpUrl Constructor Overload List