OAuthDefaultHandlerTOptionsSetQueryParameter(IDictionaryString, StringValues, AuthenticationProperties, String, String) - метод
Добавляет параметр запроса без форматирования.
Пространство имён: Tessa.Web.Client.OAuthСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
protected virtual void SetQueryParameter(
IDictionary<string, StringValues> parameters,
AuthenticationProperties properties,
string name,
string? defaultValue = null
)
Protected Overridable Sub SetQueryParameter (
parameters As IDictionary(Of String, StringValues),
properties As AuthenticationProperties,
name As String,
Optional defaultValue As String = Nothing
)
protected:
virtual void SetQueryParameter(
IDictionary<String^, StringValues>^ parameters,
AuthenticationProperties^ properties,
String^ name,
String^ defaultValue = nullptr
)
abstract SetQueryParameter :
parameters : IDictionary<string, StringValues> *
properties : AuthenticationProperties *
name : string *
?defaultValue : string
(* Defaults:
let _defaultValue = defaultArg defaultValue null
*)
-> unit
override SetQueryParameter :
parameters : IDictionary<string, StringValues> *
properties : AuthenticationProperties *
name : string *
?defaultValue : string
(* Defaults:
let _defaultValue = defaultArg defaultValue null
*)
-> unit
Параметры
- parameters IDictionaryString, StringValues
- Набор параметров строки запроса.
- properties AuthenticationProperties
- Набор свойств, используемых в state-параметре.
- name String
- Название нового параметра.
- defaultValue String (Optional)
- Значение нового параметра по умолчанию.