XdsObjects Help file
XdsObjects Namespace / WebServiceEndpoint Class / WebServiceEndpoint Constructor / WebServiceEndpoint Constructor(String,HttpProvider)
The URI to use
The HTTP mechanism to use



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

    Parameters

    Address
    The URI to use
    HttpProvider
    The HTTP mechanism 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