示例#1
0
 public static IResponseWrapper GetResponseWrapper(this HttpResponseMessage repMsg, HttpMessageContentFormat format)
 {
     throw new NotSupportedException();
 }
示例#2
0
 public static IRequestWrapper GetRequestWrapper(this HttpRequestMessage reqMsg, HttpMessageContentFormat format)
 {
     return(new BaseRequestWrapper());
 }