Example #1
0
 public static extern int ResponseGetCertificate(long handle, IntPtr index, out GoSlice certBytes);
Example #2
0
 public static extern bool RequestGetBody(long handle, out GoSlice data);
Example #3
0
 public static extern bool ResponseGetBody(long handle, out GoSlice data);
Example #4
0
 public static extern void GetCert(out GoSlice data);