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

AuthenticationPluginSetCredentials 方法

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

Definition

命名空间: TouchSocket.Http
程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
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> 文档]

参见