Ejemplo n.º 1
0
 static IntPtr n_GetRequestBody(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Network.Http.Request.HttpHeadRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.Http.Request.HttpHeadRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.RequestBody));
 }
Ejemplo n.º 2
0
 static void n_SetBody_Lcom_liveperson_infra_network_http_body_HttpRequestBody_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.Network.Http.Request.HttpHeadRequest __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.Http.Request.HttpHeadRequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.Network.Http.Body.IHttpRequestBody   p0     = (global::Com.Liveperson.Infra.Network.Http.Body.IHttpRequestBody)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Network.Http.Body.IHttpRequestBody> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetBody(p0);
 }