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
Operations
Gets access to the subscription manager of this connection.
IOperationManager Operations { get; }
Property Value
Protocol
Gets access to the active protocol handler.
IProtocolHandler Protocol { get; }