Esempio n. 1
0
 static void EnsureContent(IHttpObject msg)
 {
     if (!(msg is IHttpContent))
     {
         ThrowHelper.ThrowCodecException_EnsureContent(msg);
     }
 }