Inheritance: IHttpResponseContext
コード例 #1
0
 public FakeHttpOperationContext()
 {
     Request  = new FakeHttpRequestContext();
     Response = new FakeHttpResponseContext();
 }
コード例 #2
0
 public FakeHttpOperationContext()
 {
     Request = new FakeHttpRequestContext();
     Response = new FakeHttpResponseContext();
 }