Ejemplo n.º 1
0
 public static extern uint WinHttpWebSocketReceive(
     SafeWinHttpHandle webSocketHandle,
     IntPtr buffer,
     uint bufferLength,
     out uint bytesRead,
     out WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType);
Ejemplo n.º 2
0
 public static extern uint WinHttpWebSocketReceive(
     SafeWinHttpHandle webSocketHandle,
     IntPtr buffer,
     uint bufferLength,
     out uint bytesRead,
     out WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType);
Ejemplo n.º 3
0
 public static extern uint WinHttpWebSocketSend(
     SafeWinHttpHandle webSocketHandle,
     WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType,
     IntPtr buffer,
     uint bufferLength);
Ejemplo n.º 4
0
 public static extern uint WinHttpWebSocketSend(
     SafeWinHttpHandle webSocketHandle,
     WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType,
     IntPtr buffer,
     uint bufferLength);