예제 #1
0
 public HttpParser(IHttpResponseParserDelegate del) : this()
 {
     this.del = del;
 }
예제 #2
0
        public HttpParser(IHttpParserDelegate del)
        {
            this.del = del;
			sb = new StringBuilder();
            
#line 557 "HttpParser.cs"
	{
	cs = http_parser_start;
	}

#line 344 "rl/HttpParser.cs.rl"
        }
예제 #3
0
 public HttpParser(IHttpRequestParserDelegate del) : this()
 {
     this.del = del;
 }