示例#1
0
 public static extern int lws_service(lws_context context, int timeout_ms);
示例#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);
示例#3
0
 public static extern void ulws_destroy(lws_context context);
示例#4
0
 public bool Equals(lws_context other)
 {
     return(this == other);
 }