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

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

    Parameters

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