XdsObjects Help file
XdsObjects Namespace / XdsSoapServer Class / Listen Method / Listen(String,Binding) Method
Specify an endpoint for listening
User specified protocal binding



In This Topic
    Listen(String,Binding) Method
    In This Topic
    Listen on a specific endpoint with user defined Binding
    Syntax
    Public Overloads Sub Listen( _
       ByVal Address As String, _
       ByVal Binding As Binding _
    ) 
    Dim instance As XdsSoapServer
    Dim Address As String
    Dim Binding As Binding
     
    instance.Listen(Address, Binding)
    public void Listen( 
       string Address,
       Binding Binding
    )
    public:
    void Listen( 
       String^ Address,
       Binding^ Binding
    ) 

    Parameters

    Address
    Specify an endpoint for listening
    Binding
    User specified protocal binding
    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