예제 #1
0
 public NWWebSocketResponse(NWWebSocketResponseStatus status, string subprotocol)
 => InitializeHandle(nw_ws_response_create(status, subprotocol));
예제 #2
0
 static extern unsafe OS_nw_ws_response nw_ws_response_create(NWWebSocketResponseStatus status, string selected_subprotocol);