OwinWebSocketAcceptContext Class

Namespace
Microsoft.AspNetCore.Owin
Assemblies
  • Microsoft.AspNetCore.Owin

Syntax

public class OwinWebSocketAcceptContext : WebSocketAcceptContext
class Microsoft.AspNetCore.Owin.OwinWebSocketAcceptContext

Constructors

OwinWebSocketAcceptContext()
public OwinWebSocketAcceptContext()
OwinWebSocketAcceptContext(System.Collections.Generic.IDictionary<System.String, System.Object>)
public OwinWebSocketAcceptContext(IDictionary<string, object> options)

Properties

Microsoft.AspNetCore.Owin.OwinWebSocketAcceptContext.Options
Return type:System.Collections.Generic.IDictionary<System.String>
public IDictionary<string, object> Options { get; }
Microsoft.AspNetCore.Owin.OwinWebSocketAcceptContext.SubProtocol
Return type:System.String
public override string SubProtocol { get; set; }