1 instantiation of LongPollingOptions
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
34
LongPolling = new
LongPollingOptions
();
2 references to LongPollingOptions
Microsoft.AspNetCore.Http.Connections (2)
HttpConnectionDispatcherOptions.cs (2)
56
/// Gets the <see cref="
LongPollingOptions
"/> used by the long polling transport.
58
public
LongPollingOptions
LongPolling { get; }