Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / HubConnection Class
Fields Properties Methods Events


In This Topic
    HubConnection Class Members
    In This Topic

    The following tables list the members exposed by HubConnection.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new server connection using the provided configuration  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The latest version of the protocol we understand  
    Public Fieldstatic (Shared in Visual Basic)The version number for the new Gibraltar 3.0 features  
    Public Fieldstatic (Shared in Visual Basic)The version number for the new Gibraltar 3.8 features  
    Public FieldThe web request header to add for our hash  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates if logging for events on the web channel is enabled or not.  
    Public PropertyGet a test URL to access through a web browser.  
    Public PropertyIndicates if the connection is currently authenticated.  
    Public PropertyIndicates if the connection is currently connected without attempting a new connection  
    Public Propertystatic (Shared in Visual Basic)The logger to use in this process  
    Public PropertyThe URL to the server's version info structure.  
    Top
    Public Methods
     NameDescription
    Public MethodAuthenticate now (instead of waiting for a request to fail)  
    Public MethodOverloaded. Attempts to connect to the server and returns information about the connection status.  
    Public MethodCreate a new subscription to this hub for the supplied repository information and shared secret.  
    Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodExecute the provided request.  
    Public MethodInformation about the remote repository  
    Public MethodThe current connection status  
    Public MethodReset the current connection and re-establish it, getting the latest hub configuration.  
    Public MethodIdentify our relationship Id and credential configuration for communicating with the server.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the ConnectionStateChanged event  
    Top
    Public Events
     NameDescription
    Public EventRaised whenever the connection state changes.  
    Top
    See Also