Example #1
0
 public static extern int lws_service(lws_context context, int timeout_ms);
Example #2
0
 public static extern unsafe lws ulws_connect(lws_context context, byte *protocol_names, ulws_ssl_type ssl_type, byte *host, byte *address, byte *path, int port);
Example #3
0
 public static extern void ulws_destroy(lws_context context);
Example #4
0
 public bool Equals(lws_context other)
 {
     return(this == other);
 }