QnAMakerRuntimeClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QnAMakerRuntimeClient(DelegatingHandler[])
- Source:
- QnAMakerRuntimeClient.cs
protected QnAMakerRuntimeClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Parameters
- handlers
- DelegatingHandler[]
Applies to
QnAMakerRuntimeClient(ServiceClientCredentials, DelegatingHandler[])
- Source:
- QnAMakerRuntimeClient.cs
public QnAMakerRuntimeClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
Parameters
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
Applies to
QnAMakerRuntimeClient(HttpClient, Boolean)
- Source:
- QnAMakerRuntimeClient.cs
protected QnAMakerRuntimeClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
Parameters
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Applies to
QnAMakerRuntimeClient(HttpClientHandler, DelegatingHandler[])
- Source:
- QnAMakerRuntimeClient.cs
protected QnAMakerRuntimeClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parameters
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Applies to
QnAMakerRuntimeClient(ServiceClientCredentials, HttpClient, Boolean)
- Source:
- QnAMakerRuntimeClient.cs
public QnAMakerRuntimeClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)
Parameters
- credentials
- ServiceClientCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Applies to
QnAMakerRuntimeClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
- Source:
- QnAMakerRuntimeClient.cs
public QnAMakerRuntimeClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.QnAMakerRuntimeClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parameters
- credentials
- ServiceClientCredentials
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET