Compartir a través de


IClientRequestParametersProvider.GetClientParameters Método

Definición

Obtiene los valores de parámetro para el cliente con el identificadorclientId de cliente.

public:
 System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ GetClientParameters(Microsoft::AspNetCore::Http::HttpContext ^ context, System::String ^ clientId);
public System.Collections.Generic.IDictionary<string,string> GetClientParameters (Microsoft.AspNetCore.Http.HttpContext context, string clientId);
abstract member GetClientParameters : Microsoft.AspNetCore.Http.HttpContext * string -> System.Collections.Generic.IDictionary<string, string>
Public Function GetClientParameters (context As HttpContext, clientId As String) As IDictionary(Of String, String)

Parámetros

context
HttpContext

Objeto HttpContext actual.

clientId
String

Identificador de cliente para el cliente.

Devoluciones

que IDictionary<TKey,TValue> contiene los parámetros de cliente y sus valores.

Se aplica a