Windward Engine API Reference
XmlDataSourceImpl Constructor(String,ICredentials)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > XmlDataSourceImpl Class > XmlDataSourceImpl Constructor : XmlDataSourceImpl Constructor(String,ICredentials)




url
The url to the well formed xml data file.
credentials
The credentials for accessing the file. null if no credentials

Glossary Item Box

Create a DataSourceProvider that uses a url and credentials for the data.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal url As String, _
   ByVal credentials As ICredentials _
)
Visual Basic (Usage)Copy Code
Dim url As String
Dim credentials As ICredentials
 
Dim instance As New XmlDataSourceImpl(url, credentials)
C# 
public XmlDataSourceImpl( 
   string url,
   ICredentials credentials
)
Managed Extensions for C++ 
public: XmlDataSourceImpl( 
   string* url,
   ICredentials* credentials
)
C++/CLI 
public:
XmlDataSourceImpl( 
   String^ url,
   ICredentials^ credentials
)

Parameters

url
The url to the well formed xml data file.
credentials
The credentials for accessing the file. null if no credentials

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.