コード例 #1
0
        /*
         * this is the onle single construction and it needed type of request in order to create this request object
         */
        public HDSRequest(HDSRequestType requestType)
        {
            Session = new Session();
            Session.PageIndex       = 1;
            Session.PageSize        = 50;
            Session.Locale          = "en_US";
            Session.SourceProvider  = HDSSource.Expedia;

            RequestType = requestType;
            IsContentRequested = false;
        }
コード例 #2
0
 public BaseResponse()
 {
     Session = new Session();
 }