internal static extern int WebSocketGetAction(
     [In] SafeHandle webSocketHandle,
     [In] ActionQueue actionQueue,
     [In, Out] Buffer[] dataBuffers,
     [In, Out] ref uint dataBufferCount,
     [Out] out System.Net.WebSockets.WebSocketProtocolComponent.Action action,
     [Out] out BufferType bufferType,
     [Out] out IntPtr applicationContext,
     [Out] out IntPtr actionContext);
Exemple #2
0
 internal static partial int WebSocketGetAction(
     SafeHandle webSocketHandle,
     ActionQueue actionQueue,
     Buffer[] dataBuffers,
     ref uint dataBufferCount,
     out System.Net.WebSockets.WebSocketProtocolComponent.Action action,
     out BufferType bufferType,
     out IntPtr applicationContext,
     out IntPtr actionContext);