You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`accessTokenFactory`|`null`| A function returning a string that is provided as a Bearer authentication token in HTTP requests. |
346
+
|`transport`|`null`| An <xref:Microsoft.AspNetCore.Http.Connections.HttpTransportType> value specifying the transport to use for the connection. |
346
347
|`headers`|`null`| Dictionary of headers sent with every HTTP request. Sending headers in the browser doesn't work for WebSockets or the <xref:Microsoft.AspNetCore.Http.Connections.HttpTransportType.ServerSentEvents> stream. |
347
348
|`logMessageContent`|`null`| Set to `true` to log the bytes/chars of messages sent and received by the client. |
348
349
|`skipNegotiation`|`false`| Set this to `true` to skip the negotiation step. **Only supported when the WebSockets transport is the only enabled transport**. This setting can't be enabled when using the Azure SignalR Service. |
@@ -364,6 +365,8 @@ In the .NET Client, these options can be modified by the options delegate provid
| `accessTokenFactory` | `null` | A function returning a string that is provided as a Bearer authentication token in HTTP requests. |
738
+
| `transport` | `null` | An <xref:Microsoft.AspNetCore.Http.Connections.HttpTransportType> value specifying the transport to use for the connection. |
734
739
| `logMessageContent` | `null` | Set to `true` to log the bytes/chars of messages sent and received by the client. |
735
740
| `skipNegotiation` | `false` | Set this to `true` to skip the negotiation step. **Only supported when the WebSockets transport is the only enabled transport**. This setting can't be enabled when using the Azure SignalR Service. |
736
741
@@ -1116,6 +1121,7 @@ Additional options can be configured in the `WithUrl` (`withUrl` in JavaScript)
1116
1121
| JavaScript Option | Default Value | Description |
| `accessTokenFactory` | `null` | A function returning a string that is provided as a Bearer authentication token in HTTP requests. |
1124
+
| `transport` | `null` | An <xref:Microsoft.AspNetCore.Http.Connections.HttpTransportType> value specifying the transport to use for the connection. |
1119
1125
| `logMessageContent` | `null` | Set to `true` to log the bytes/chars of messages sent and received by the client. |
1120
1126
| `skipNegotiation` | `false` | Set this to `true` to skip the negotiation step. **Only supported when the WebSockets transport is the only enabled transport**. This setting can't be enabled when using the Azure SignalR Service. |
1121
1127
@@ -1465,6 +1471,7 @@ Additional options can be configured in the `WithUrl` (`withUrl` in JavaScript)
1465
1471
| JavaScript Option | Default Value | Description |
| `accessTokenFactory` | `null` | A function returning a string that is provided as a Bearer authentication token in HTTP requests. |
1474
+
| `transport` | `null` | An <xref:Microsoft.AspNetCore.Http.Connections.HttpTransportType> value specifying the transport to use for the connection. |
1468
1475
| `logMessageContent` | `null` | Set to `true` to log the bytes/chars of messages sent and received by the client. |
1469
1476
| `skipNegotiation` | `false` | Set this to `true` to skip the negotiation step. **Only supported when the WebSockets transport is the only enabled transport**. This setting can't be enabled when using the Azure SignalR Service. |
1470
1477
@@ -1808,6 +1815,7 @@ Additional options can be configured in the `WithUrl` (`withUrl` in JavaScript)
1808
1815
| JavaScript Option | Default Value | Description |
| `accessTokenFactory` | `null` | A function returning a string that is provided as a Bearer authentication token in HTTP requests. |
1818
+
| `transport` | `null` | An <xref:Microsoft.AspNetCore.Http.Connections.HttpTransportType> value specifying the transport to use for the connection. |
1811
1819
| `logMessageContent` | `null` | Set to `true` to log the bytes/chars of messages sent and received by the client. |
1812
1820
| `skipNegotiation` | `false` | Set this to `true` to skip the negotiation step. **Only supported when the WebSockets transport is the only enabled transport**. This setting can't be enabled when using the Azure SignalR Service. |
0 commit comments