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