XMLDA.NET Reference
XmlServer Constructor(String)
See Also  Send Feedback
xmldanet Namespace > XmlServer Class > XmlServer Constructor : XmlServer Constructor(String)

url
The server calls through this object go to the XML-DA server at this URL.

Glossary Item Box

Server access class that inherits from the SOAP proxy stub class. The XML-DA server can be accessed through this object, eliminating the need for the application to add a web reference.

Syntax

Visual Basic (Usage)Copy Code
Dim url As String
 
Dim instance As New XmlServer(url)
C# 
public XmlServer( 
   string url
)

Parameters

url
The server calls through this object go to the XML-DA server at this URL.

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.