C# Class Senparc.Weixin.MP.Sample.Controllers.SimulateToolController

Inheritance: Senparc.Weixin.MP.Sample.Controllers.BaseController
显示文件 Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

默认页面

Private Methods

Method Description
GetRequestMessageXml ( string url, string token, RequestMsgType requestType, Event eventType ) : System.Web.Mvc.ActionResult
GetrequestMessaageDoc ( string url, string token, RequestMsgType requestType, Event eventType ) : System.Xml.Linq.XDocument

获取请求XML

Index ( string url, string token, RequestMsgType requestType, Event eventType, bool testConcurrence, int testConcurrenceCount ) : System.Web.Mvc.ActionResult
TestAsyncTask ( string url, string token, System.Xml.Linq.XDocument requestMessaageDoc ) : string

模拟并发请求

Method Details

Index() public method

默认页面
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult