.NET - Websocket.Connection()

Get a reference to a websocket connection

using Nitric.Sdk;
var websocket = Nitric.Websocket("public");
websocket.Connection("D28BA458-BFF4-404A");
Nitric.Run();

Parameters

  • Name
    connectionId
    Required
    Required
    Type
    string
    Description

    The ID of the connection.

See also

Last updated on Oct 18, 2024