Expose the IHubProtocol on HubConnectionContext (#2073)

This commit is contained in:
David Fowler 2018-04-18 10:35:55 -07:00 committed by GitHub
parent 7dd6d82bba
commit 5c9b64244a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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; }