Skip to content

M_QCloud_WeApp_SDK_Authorization_LoginService__ctor_1

techird edited this page Oct 28, 2016 · 5 revisions

LoginService(HttpRequestBase, HttpResponseBase) 构造函数

配合腾讯云鉴权服务器提供微信小程序登录态服务,需要提供 HTTP 的请求和响应对象进行初始化

命名空间:QCloud.WeApp.SDK.Authorization
**程序集:**QCloud.WeApp.SDK (in QCloud.WeApp.SDK.dll) Version: 1.0

语法

C#

public LoginService(
	HttpRequestBase request,
	HttpResponseBase response
)

参数

 

request
类型:System.Web.HttpRequestBase
response
类型:System.Web.HttpResponseBase

更多信息

参考

LoginService 类
LoginService 重载
QCloud.WeApp.SDK.Authorization 命名空间

Clone this wiki locally