XdsObjects Help file
XdsObjects Namespace / WebServiceEndpoint Class / WebServiceEndpoint Constructor / WebServiceEndpoint Constructor(String,ITlsClientSecurity)
The URI to use
The security context to use for the communication



In This Topic
    WebServiceEndpoint Constructor(String,ITlsClientSecurity)
    In This Topic
    Construct new XdsEndPoint for secure communication from a URI and a Security object
    Syntax
    Public Function New( _
       ByVal Address As String, _
       ByVal Security As ITlsClientSecurity _
    )
    Dim Address As String
    Dim Security As ITlsClientSecurity
     
    Dim instance As New WebServiceEndpoint(Address, Security)
    public WebServiceEndpoint( 
       string Address,
       ITlsClientSecurity Security
    )
    public:
    WebServiceEndpoint( 
       String^ Address,
       ITlsClientSecurity^ Security
    )

    Parameters

    Address
    The URI to use
    Security
    The security context to use for the 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