예제 #1
0
 public HttpSubstringCheck(IHttpResponseStreamCheck check)
 {
     _check = check;
 }
예제 #2
0
 public HttpJTokenCheck(IHttpResponseStreamCheck check)
 {
     _check = check;
 }