Show / Hide Table of Contents

    Class Connected

    An event send, when a new connection has been established.

    Inheritance
    Object
    Connected
    Implements
    ISignalREvent
    Namespace: Akka.Streams.SignalR.AspNetCore
    Assembly: Akka.Streams.SignalR.AspNetCore.dll
    Syntax
    public sealed class Connected : object, ISignalREvent

    Constructors

    | Improve this Doc View Source

    Connected(HubCallerContext)

    Declaration
    public Connected(HubCallerContext request)
    Parameters
    Type Name Description
    HubCallerContext request

    Properties

    | Improve this Doc View Source

    Request

    Declaration
    public HubCallerContext Request { get; }
    Property Value
    Type Description
    HubCallerContext

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Implements

    ISignalREvent
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX