HubConnectionStore.Enumerator.Current Property

Definition

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

Property Value

Implements

Applies to