static IntPtr n_ContentType(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Facebook.Stetho.Server.Http.LightHttpBody __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Server.Http.LightHttpBody> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.ContentType()));
 }