示例#1
0
 public static extern uint WinHttpWebSocketReceive(
     SafeWinHttpHandle webSocketHandle,
     IntPtr buffer,
     uint bufferLength,
     out uint bytesRead,
     out WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType);
示例#2
0
 public static extern uint WinHttpWebSocketReceive(
     SafeWinHttpHandle webSocketHandle,
     IntPtr buffer,
     uint bufferLength,
     out uint bytesRead,
     out WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType);
示例#3
0
 public static extern uint WinHttpWebSocketSend(
     SafeWinHttpHandle webSocketHandle,
     WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType,
     IntPtr buffer,
     uint bufferLength);
示例#4
0
 public static extern uint WinHttpWebSocketSend(
     SafeWinHttpHandle webSocketHandle,
     WINHTTP_WEB_SOCKET_BUFFER_TYPE bufferType,
     IntPtr buffer,
     uint bufferLength);