iQQ.Net.WebQQCore.Im.Actor.HttpActor.HttpAdaptor.HttpAdaptor C# (CSharp) Method

HttpAdaptor() public method

public HttpAdaptor ( IQQContext context, IHttpAction action ) : System
context IQQContext
action IHttpAction
return System
            public HttpAdaptor(IQQContext context, IHttpAction action)
            {
                _context = context;
                _action = action;
            }