Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Net Namespace / IServerAuthenticationProvider Interface / Login Method
The entry URL of the server
A web client object to use to perform login operations.

In This Topic
    Login Method (IServerAuthenticationProvider)
    In This Topic
    Perform a login on the supplied channel
    Syntax
    'Declaration
     
    
    Sub Login( _
       ByVal entryUri As Uri, _
       ByVal client As WebClient _
    ) 
    void Login( 
       Uri entryUri,
       WebClient client
    )

    Parameters

    entryUri
    The entry URL of the server
    client
    A web client object to use to perform login operations.
    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