VSC-Service-Account 2020-11-05 04:57:55 +00:00
Родитель 077ce1d62d
Коммит 1dfa82762b
15 изменённых файлов: 32 добавлений и 32 удалений

Просмотреть файл

@ -8,10 +8,10 @@ members:
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.build()"
name: "build()"
nameWithType: "HttpHubConnectionBuilder.build()"
summary: "Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
summary: "Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
syntax: "public HubConnection build()"
returns:
description: "A new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
description: "A new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
type: "<xref href=\"com.microsoft.signalr.HubConnection?alt=com.microsoft.signalr.HubConnection&text=HubConnection\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}

Просмотреть файл

@ -8,9 +8,9 @@ members:
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate)"
name: "shouldSkipNegotiate(boolean skipNegotiate)"
nameWithType: "HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate)"
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."
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."
parameters:
- description: "Boolean indicating if the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should skip the negotiate step."
- 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."
name: "skipNegotiate"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpHubConnectionBuilder shouldSkipNegotiate(boolean skipNegotiate)"

Просмотреть файл

@ -8,9 +8,9 @@ members:
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> accessTokenProvider)"
name: "withAccessTokenProvider(Single<String> accessTokenProvider)"
nameWithType: "HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> accessTokenProvider)"
summary: "Sets the access token provider for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
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>."
parameters:
- description: "The access token provider to be used by the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
- 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>."
name: "accessTokenProvider"
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;"
syntax: "public HttpHubConnectionBuilder withAccessTokenProvider(Single<String> accessTokenProvider)"

Просмотреть файл

@ -8,9 +8,9 @@ members:
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds)"
name: "withHandshakeResponseTimeout(long timeoutInMilliseconds)"
nameWithType: "HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds)"
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."
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."
parameters:
- 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."
- 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."
name: "timeoutInMilliseconds"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpHubConnectionBuilder withHandshakeResponseTimeout(long timeoutInMilliseconds)"

Просмотреть файл

@ -8,7 +8,7 @@ members:
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String name, String value)"
name: "withHeader(String name, String value)"
nameWithType: "HttpHubConnectionBuilder.withHeader(String name, String value)"
summary: "Sets a single header for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send."
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."
parameters:
- description: "The name of the header to set."
name: "name"

Просмотреть файл

@ -8,9 +8,9 @@ members:
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String,String> headers)"
name: "withHeaders(Map<String,String> headers)"
nameWithType: "HttpHubConnectionBuilder.withHeaders(Map<String,String> headers)"
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."
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."
parameters:
- 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."
- 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."
name: "headers"
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;"
syntax: "public HttpHubConnectionBuilder withHeaders(Map<String,String> headers)"

Просмотреть файл

@ -8,7 +8,7 @@ members:
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder.withTransport(TransportEnum transportEnum)"
name: "withTransport(TransportEnum transportEnum)"
nameWithType: "HttpHubConnectionBuilder.withTransport(TransportEnum transportEnum)"
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>."
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>."
parameters:
- description: "The type of transport to be used."
name: "transportEnum"

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.microsoft.signalr.HttpHubConnectionBuilder"
fullName: "com.microsoft.signalr.HttpHubConnectionBuilder"
name: "HttpHubConnectionBuilder"
nameWithType: "HttpHubConnectionBuilder"
summary: "A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances."
summary: "A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> instances."
inheritances:
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:

Просмотреть файл

@ -8,7 +8,7 @@ members:
fullName: "com.microsoft.signalr.HubConnection.getConnectionState()"
name: "getConnectionState()"
nameWithType: "HubConnection.getConnectionState()"
summary: "Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to the server."
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."
syntax: "public HubConnectionState getConnectionState()"
returns:
description: "HubConnection state enum."

Просмотреть файл

@ -42,7 +42,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T8?alt=T8&text=T8\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1,T2,T3,T4,T5,T6,T7,T8>on(String target, Action8<T1,T2,T3,T4,T5,T6,T7,T8> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4, Class<T5> param5, Class<T6> param6, Class<T7> param7, Class<T8> param8)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4,T5,T6,T7>on(java.lang.String,com.microsoft.signalr.Action7<T1,T2,T3,T4,T5,T6,T7>,java.lang.Class<T1>,java.lang.Class<T2>,java.lang.Class<T3>,java.lang.Class<T4>,java.lang.Class<T5>,java.lang.Class<T6>,java.lang.Class<T7>)"
fullName: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4,T5,T6,T7>on(String target, Action7<T1,T2,T3,T4,T5,T6,T7> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4, Class<T5> param5, Class<T6> param6, Class<T7> param7)"
@ -79,7 +79,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T7?alt=T7&text=T7\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1,T2,T3,T4,T5,T6,T7>on(String target, Action7<T1,T2,T3,T4,T5,T6,T7> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4, Class<T5> param5, Class<T6> param6, Class<T7> param7)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4,T5,T6>on(java.lang.String,com.microsoft.signalr.Action6<T1,T2,T3,T4,T5,T6>,java.lang.Class<T1>,java.lang.Class<T2>,java.lang.Class<T3>,java.lang.Class<T4>,java.lang.Class<T5>,java.lang.Class<T6>)"
fullName: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4,T5,T6>on(String target, Action6<T1,T2,T3,T4,T5,T6> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4, Class<T5> param5, Class<T6> param6)"
@ -113,7 +113,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T6?alt=T6&text=T6\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1,T2,T3,T4,T5,T6>on(String target, Action6<T1,T2,T3,T4,T5,T6> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4, Class<T5> param5, Class<T6> param6)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4,T5>on(java.lang.String,com.microsoft.signalr.Action5<T1,T2,T3,T4,T5>,java.lang.Class<T1>,java.lang.Class<T2>,java.lang.Class<T3>,java.lang.Class<T4>,java.lang.Class<T5>)"
fullName: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4,T5>on(String target, Action5<T1,T2,T3,T4,T5> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4, Class<T5> param5)"
@ -144,7 +144,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T5?alt=T5&text=T5\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1,T2,T3,T4,T5>on(String target, Action5<T1,T2,T3,T4,T5> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4, Class<T5> param5)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4>on(java.lang.String,com.microsoft.signalr.Action4<T1,T2,T3,T4>,java.lang.Class<T1>,java.lang.Class<T2>,java.lang.Class<T3>,java.lang.Class<T4>)"
fullName: "com.microsoft.signalr.HubConnection.<T1,T2,T3,T4>on(String target, Action4<T1,T2,T3,T4> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4)"
@ -172,7 +172,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T4?alt=T4&text=T4\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1,T2,T3,T4>on(String target, Action4<T1,T2,T3,T4> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3, Class<T4> param4)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1,T2,T3>on(java.lang.String,com.microsoft.signalr.Action3<T1,T2,T3>,java.lang.Class<T1>,java.lang.Class<T2>,java.lang.Class<T3>)"
fullName: "com.microsoft.signalr.HubConnection.<T1,T2,T3>on(String target, Action3<T1,T2,T3> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3)"
@ -197,7 +197,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T3?alt=T3&text=T3\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1,T2,T3>on(String target, Action3<T1,T2,T3> callback, Class<T1> param1, Class<T2> param2, Class<T3> param3)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1,T2>on(java.lang.String,com.microsoft.signalr.Action2<T1,T2>,java.lang.Class<T1>,java.lang.Class<T2>)"
fullName: "com.microsoft.signalr.HubConnection.<T1,T2>on(String target, Action2<T1,T2> callback, Class<T1> param1, Class<T2> param2)"
@ -219,7 +219,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T2?alt=T2&text=T2\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1,T2>on(String target, Action2<T1,T2> callback, Class<T1> param1, Class<T2> param2)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.<T1>on(java.lang.String,com.microsoft.signalr.Action1<T1>,java.lang.Class<T1>)"
fullName: "com.microsoft.signalr.HubConnection.<T1>on(String target, Action1<T1> callback, Class<T1> param1)"
@ -238,7 +238,7 @@ members:
type: "<xref href=\"java.lang.Class?alt=java.lang.Class&text=Class\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T1?alt=T1&text=T1\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Subscription <T1>on(String target, Action1<T1> callback, Class<T1> param1)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.signalr.HubConnection.on(java.lang.String,com.microsoft.signalr.Action)"
fullName: "com.microsoft.signalr.HubConnection.on(String target, Action callback)"
@ -254,7 +254,7 @@ members:
type: "<xref href=\"com.microsoft.signalr.Action?alt=com.microsoft.signalr.Action&text=Action\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Subscription on(String target, Action callback)"
returns:
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\">Subscription</xref> that can be disposed to unsubscribe from the hub method."
description: "A <xref uid=\"com.microsoft.signalr.Subscription\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Subscription\"></xref> that can be disposed to unsubscribe from the hub method."
type: "<xref href=\"com.microsoft.signalr.Subscription?alt=com.microsoft.signalr.Subscription&text=Subscription\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}

Просмотреть файл

@ -8,10 +8,10 @@ members:
fullName: "com.microsoft.signalr.HubConnectionBuilder.build()"
name: "build()"
nameWithType: "HubConnectionBuilder.build()"
summary: "Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
summary: "Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
syntax: "public abstract HubConnection build()"
returns:
description: "A new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
description: "A new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
type: "<xref href=\"com.microsoft.signalr.HubConnection?alt=com.microsoft.signalr.HubConnection&text=HubConnection\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}

Просмотреть файл

@ -8,14 +8,14 @@ members:
fullName: "com.microsoft.signalr.HubConnectionBuilder.create(String url)"
name: "create(String url)"
nameWithType: "HubConnectionBuilder.create(String url)"
summary: "Creates a new instance of <xref uid=\"com.microsoft.signalr.HttpHubConnectionBuilder\" data-throw-if-not-resolved=\"false\">HttpHubConnectionBuilder</xref>."
summary: "Creates a new instance of <xref uid=\"com.microsoft.signalr.HttpHubConnectionBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHubConnectionBuilder\"></xref>."
parameters:
- description: "The URL of the SignalR hub to connect to."
name: "url"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HttpHubConnectionBuilder create(String url)"
returns:
description: "An instance of <xref uid=\"com.microsoft.signalr.HttpHubConnectionBuilder\" data-throw-if-not-resolved=\"false\">HttpHubConnectionBuilder</xref>."
description: "An instance of <xref uid=\"com.microsoft.signalr.HttpHubConnectionBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpHubConnectionBuilder\"></xref>."
type: "<xref href=\"com.microsoft.signalr.HttpHubConnectionBuilder?alt=com.microsoft.signalr.HttpHubConnectionBuilder&text=HttpHubConnectionBuilder\" data-throw-if-not-resolved=\"False\" />"
type: "method"
metadata: {}

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.microsoft.signalr.HubConnectionBuilder"
fullName: "com.microsoft.signalr.HubConnectionBuilder"
name: "HubConnectionBuilder"
nameWithType: "HubConnectionBuilder"
summary: "A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances."
summary: "A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref> instances."
inheritances:
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.microsoft.signalr.HubConnectionState"
fullName: "com.microsoft.signalr.HubConnectionState"
name: "HubConnectionState"
nameWithType: "HubConnectionState"
summary: "Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>."
summary: "Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubConnection\"></xref>."
inheritances:
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum\" data-throw-if-not-resolved=\"False\" />"

Просмотреть файл

@ -8,13 +8,13 @@ members:
fullName: "com.microsoft.signalr.HubException.HubException()"
name: "HubException()"
nameWithType: "HubException.HubException()"
summary: "Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class."
summary: "Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubException\"></xref> class."
syntax: "public HubException()"
- uid: "com.microsoft.signalr.HubException.HubException(java.lang.String)"
fullName: "com.microsoft.signalr.HubException.HubException(String errorMessage)"
name: "HubException(String errorMessage)"
nameWithType: "HubException.HubException(String errorMessage)"
summary: "Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message."
summary: "Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubException\"></xref> class with a specified error message."
parameters:
- description: "The error message that explains the reason for the exception."
name: "errorMessage"
@ -24,7 +24,7 @@ members:
fullName: "com.microsoft.signalr.HubException.HubException(String errorMessage, Exception innerException)"
name: "HubException(String errorMessage, Exception innerException)"
nameWithType: "HubException.HubException(String errorMessage, Exception innerException)"
summary: "Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message and a reference to the exception that is the cause of this exception."
summary: "Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HubException\"></xref> class with a specified error message and a reference to the exception that is the cause of this exception."
parameters:
- description: "The error message that explains the reason for the exception."
name: "errorMessage"