XdsObjects Help file
XdsObjects Namespace / WebServiceEndpoint Class / WebServiceEndpoint Constructor / WebServiceEndpoint Constructor(String)
The URI to use



WebServiceEndpoint Constructor(String)
Construct new WebServiceEndpoint from a URI as a string
Syntax
Public Function New( _
   ByVal Address As String _
)
Dim Address As String
 
Dim instance As New WebServiceEndpoint(Address)
public WebServiceEndpoint( 
   string Address
)
public:
WebServiceEndpoint( 
   String^ Address
)

Parameters

Address
The URI to use
Remarks
As this overload does not include a certificate, it is normally used for non-secure (http) communication
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also