Skip to content

Commit 1a6be5e

Browse files
authored
Update signalr-howto-use.md
1 parent ffa4cf9 commit 1a6be5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can increase this value to avoid client disconnect.
151151
#### `TransportTypeDetector`
152152

153153
- 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.
154+
- 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.
155155

156156
### Sample
157157

0 commit comments

Comments
 (0)