Share via


HttpConnectionDispatcherOptions.LongPolling Property

Definition

Gets the LongPollingOptions used by the long polling transport.

public:
 property Microsoft::AspNetCore::Http::Connections::LongPollingOptions ^ LongPolling { Microsoft::AspNetCore::Http::Connections::LongPollingOptions ^ get(); };
public Microsoft.AspNetCore.Http.Connections.LongPollingOptions LongPolling { get; }
member this.LongPolling : Microsoft.AspNetCore.Http.Connections.LongPollingOptions
Public ReadOnly Property LongPolling As LongPollingOptions

Property Value

Applies to