We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa4cf9 commit 1a6be5eCopy full SHA for 1a6be5e
articles/azure-signalr/signalr-howto-use.md
@@ -151,7 +151,7 @@ You can increase this value to avoid client disconnect.
151
#### `TransportTypeDetector`
152
153
- Default value is null.
154
-- This option 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.
+- This option defines a function to customize the transports that clients can use to send HTTP requests. If it's null, all transports are supported.
155
156
### Sample
157
0 commit comments