XdsObjects Help file
XdsObjects Namespace / WebServiceEndpoint Class / WebServiceEndpoint Constructor / WebServiceEndpoint Constructor(String,X509Certificate2)
The URI to use
The certificate to present as user credentials



WebServiceEndpoint Constructor(String,X509Certificate2)
Construct new XdsEndPoint for secure communication from a URI as a string
Syntax
Public Function New( _
   ByVal Address As String, _
   ByVal Certificate As X509Certificate2 _
)
Dim Address As String
Dim Certificate As X509Certificate2
 
Dim instance As New WebServiceEndpoint(Address, Certificate)
public WebServiceEndpoint( 
   string Address,
   X509Certificate2 Certificate
)
public:
WebServiceEndpoint( 
   String^ Address,
   X509Certificate2^ Certificate
)

Parameters

Address
The URI to use
Certificate
The certificate to present as user credentials
Remarks
As this overload includes a certificate, it is normally used for secure (https) 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