Skip to content

Commit ce6b26e

Browse files
authored
Update signalr-howto-use.md
1 parent cde19f2 commit ce6b26e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/azure-signalr/signalr-howto-use.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ You can increase this value to avoid client disconnect.
148148
- This option defines the max poll interval allowed for `LongPolling` connections in Azure SignalR Service. If the next poll request doesn't come in within `MaxPollIntervalInSeconds`, Azure SignalR Service cleans up the client connection. Note that Azure SignalR Service also cleans up connections when cached waiting to write buffer size is greater than `1Mb` to ensure service performance.
149149
- The value is limited to `[1, 300]`.
150150

151+
#### `TransportTypeDetector`
152+
153+
- Default value is null.
154+
- This options defines a function which accepts an HttpContext and returns a bitmask combining one or more HttpTransportType values that specify what transports the service should use to receive HTTP requests.
155+
151156
### Sample
152157

153158
You can configure above options like the following sample code.

0 commit comments

Comments
 (0)