Skip to content

Commit 1dfa827

Browse files
author
VSC-Service-Account
committed
1 parent 077ce1d commit 1dfa827

15 files changed

+32
-32
lines changed

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ members:
88
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.build()"
99
name: "build()"
1010
nameWithType: "HttpHubConnectionBuilder.build()"
11-
summary: "Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
11+
summary: "Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
1212
syntax: "public HubConnection build()"
1313
returns:
14-
description: "A new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
14+
description: "A new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
1515
type: "<xref href=\"com.microsoft.signalr.HubConnection?alt=com.microsoft.signalr.HubConnection&text=HubConnection\" data-throw-if-not-resolved=\"False\" />"
1616
type: "method"
1717
metadata: {}

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ members:
88
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate)"
99
name: "shouldSkipNegotiate(boolean skipNegotiate)"
1010
nameWithType: "HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate)"
11-
summary: "Indicates to the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> that it should skip the negotiate process. Note: This option only works with the Websockets transport and the Azure SignalR Service require the negotiate step."
11+
summary: "Indicates to the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> that it should skip the negotiate process. Note: This option only works with the Websockets transport and the Azure SignalR Service require the negotiate step."
1212
parameters:
13-
- description: "Boolean indicating if the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should skip the negotiate step."
13+
- description: "Boolean indicating if the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> should skip the negotiate step."
1414
name: "skipNegotiate"
1515
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
1616
syntax: "public HttpHubConnectionBuilder shouldSkipNegotiate(boolean skipNegotiate)"

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ members:
88
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> accessTokenProvider)"
99
name: "withAccessTokenProvider(Single<String> accessTokenProvider)"
1010
nameWithType: "HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> accessTokenProvider)"
11-
summary: "Sets the access token provider for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
11+
summary: "Sets the access token provider for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
1212
parameters:
13-
- description: "The access token provider to be used by the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
13+
- description: "The access token provider to be used by the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
1414
name: "accessTokenProvider"
1515
type: "<xref href=\"io.reactivex.Single?alt=io.reactivex.Single&text=Single\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
1616
syntax: "public HttpHubConnectionBuilder withAccessTokenProvider(Single<String> accessTokenProvider)"

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ members:
88
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds)"
99
name: "withHandshakeResponseTimeout(long timeoutInMilliseconds)"
1010
nameWithType: "HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds)"
11-
summary: "Sets the duration the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should wait for a Handshake Response from the server."
11+
summary: "Sets the duration the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> should wait for a Handshake Response from the server."
1212
parameters:
13-
- description: "The duration (specified in milliseconds) that the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should wait for a Handshake Response from the server."
13+
- description: "The duration (specified in milliseconds) that the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> should wait for a Handshake Response from the server."
1414
name: "timeoutInMilliseconds"
1515
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
1616
syntax: "public HttpHubConnectionBuilder withHandshakeResponseTimeout(long timeoutInMilliseconds)"

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.withHeader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members:
88
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String name, String value)"
99
name: "withHeader(String name, String value)"
1010
nameWithType: "HttpHubConnectionBuilder.withHeader(String name, String value)"
11-
summary: "Sets a single header for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send."
11+
summary: "Sets a single header for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> to send."
1212
parameters:
1313
- description: "The name of the header to set."
1414
name: "name"

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ members:
88
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String,String> headers)"
99
name: "withHeaders(Map<String,String> headers)"
1010
nameWithType: "HttpHubConnectionBuilder.withHeaders(Map<String,String> headers)"
11-
summary: "Sets a collection of Headers for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send with every Http request."
11+
summary: "Sets a collection of Headers for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> to send with every Http request."
1212
parameters:
13-
- description: "A Map representing the collection of Headers that the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should send."
13+
- description: "A Map representing the collection of Headers that the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> should send."
1414
name: "headers"
1515
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
1616
syntax: "public HttpHubConnectionBuilder withHeaders(Map<String,String> headers)"

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.withTransport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members:
88
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withTransport(TransportEnum transportEnum)"
99
name: "withTransport(TransportEnum transportEnum)"
1010
nameWithType: "HttpHubConnectionBuilder.withTransport(TransportEnum transportEnum)"
11-
summary: "Sets the transport type to indicate which transport to be used by the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
11+
summary: "Sets the transport type to indicate which transport to be used by the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
1212
parameters:
1313
- description: "The type of transport to be used."
1414
name: "transportEnum"

docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: "com.microsoft.signalr.HttpHubConnectionBuilder"
33
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder"
44
name: "HttpHubConnectionBuilder"
55
nameWithType: "HttpHubConnectionBuilder"
6-
summary: "A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances."
6+
summary: "A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> instances."
77
inheritances:
88
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />"
99
inheritedMembers:

docs-ref-autogen/com.microsoft.signalr.HubConnection.getConnectionState.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members:
88
fullName: "com.microsoft.signalr.HubConnection.getConnectionState()"
99
name: "getConnectionState()"
1010
nameWithType: "HubConnection.getConnectionState()"
11-
summary: "Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to the server."
11+
summary: "Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> to the server."
1212
syntax: "public HubConnectionState getConnectionState()"
1313
returns:
1414
description: "HubConnection state enum."

0 commit comments

Comments
 (0)