Exemplo n.º 1
0
 public static IResponseWrapper GetResponseWrapper(this HttpResponseMessage repMsg, HttpMessageContentFormat format)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 2
0
 public static IRequestWrapper GetRequestWrapper(this HttpRequestMessage reqMsg, HttpMessageContentFormat format)
 {
     return(new BaseRequestWrapper());
 }