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!

XmlUrlResolver Constructor (String)

Creates a new instance of the XmlUrlResolver class using the specified base URL.

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

Parameters

baseURI
URL used to resolve relative URLs when GetEntity is called. You can pass a null baseURL in which case the XmlUrlResolver will not be able to resolve relative URLs.

See Also

XmlUrlResolver Class | XmlUrlResolver Members | System.NewXml Namespace | XmlUrlResolver Constructor Overload List