HubConnectionStore.Enumerator.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The current connection the enumerator is on.
public:
property Microsoft::AspNetCore::SignalR::HubConnectionContext ^ Current { Microsoft::AspNetCore::SignalR::HubConnectionContext ^ get(); };
public Microsoft.AspNetCore.SignalR.HubConnectionContext Current { get; }
member this.Current : Microsoft.AspNetCore.SignalR.HubConnectionContext
Public ReadOnly Property Current As HubConnectionContext