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