Search Results for

    Show / Hide Table of Contents

    Method KeepAlive

    KeepAlive(String)

    Keep connection to current InfoShare Server alive

    Declaration
    bool KeepAlive(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Returns
    Type Description
    System.Boolean

    True if connection is alive.

    Examples

    POST https://YourServerName/InfoShare/Json/Authentication/KeepAlive

    Example for a KeepAlive for a given connectionId.

    {
       "connectionId": "6bc655a4-c079-4535-a733-f259e3232a3a"
    }

    Response:

    {
       "KeepAliveResult":true
    }
    Back to top Copyright © Kendox