一款简单易用的基础网络通讯组件库。

AuthenticationPluginSetCredentials 方法

[缺少 "M:TouchSocket.Http.AuthenticationPlugin.SetCredentials(System.String,System.String)" 的 <summary> 文档]

Definition

命名空间: TouchSocket.Http
程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public AuthenticationPlugin SetCredentials(
	string userName,
	string password
)

参数

userName  String

[缺少 "M:TouchSocket.Http.AuthenticationPlugin.SetCredentials(System.String,System.String)" 的 <param name="userName"/> 文档]

password  String

[缺少 "M:TouchSocket.Http.AuthenticationPlugin.SetCredentials(System.String,System.String)" 的 <param name="password"/> 文档]

返回值

AuthenticationPlugin

[缺少 "M:TouchSocket.Http.AuthenticationPlugin.SetCredentials(System.String,System.String)" 的 <returns> 文档]

参见