Table of Contents

Interface ISocketSession

Namespace
HotChocolate.AspNetCore.Subscriptions
Assembly
HotChocolate.AspNetCore.dll

Represents a GraphQL server socket session.

public interface ISocketSession : IDisposable
Inherited Members

Properties

Connection

Gets access to the socket connection.

ISocketConnection Connection { get; }

Property Value

ISocketConnection

Operations

Gets access to the subscription manager of this connection.

IOperationManager Operations { get; }

Property Value

IOperationManager

Protocol

Gets access to the active protocol handler.

IProtocolHandler Protocol { get; }

Property Value

IProtocolHandler