static IntPtr n_GetHttpPostRequestForIDPV3_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Liveperson.Messaging.Network.Http.UnAuthRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Http.UnAuthRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0    = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.GetHttpPostRequestForIDPV3(p0));

            return(__ret);
        }
 static void n_SendUnAuthRequest(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Messaging.Network.Http.UnAuthRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Messaging.Network.Http.UnAuthRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SendUnAuthRequest();
 }