Expose the IHubProtocol on HubConnectionContext (#2073)
This commit is contained in:
parent
7dd6d82bba
commit
5c9b64244a
|
|
@ -57,7 +57,7 @@ namespace Microsoft.AspNetCore.SignalR
|
|||
|
||||
public string UserIdentifier { get; set; }
|
||||
|
||||
internal virtual IHubProtocol Protocol { get; set; }
|
||||
public virtual IHubProtocol Protocol { get; internal set; }
|
||||
|
||||
internal ExceptionDispatchInfo AbortException { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue