3 instantiations of HTTP_RESPONSE
System (3)
net\System\Net\HttpListener.cs (1)
2326UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE httpResponse = new UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE();
net\System\Net\HttpListenerResponse.cs (2)
43m_NativeResponse = new UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE(); 182m_NativeResponse = new UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE();
5 references to HTTP_RESPONSE
System (5)
net\System\Net\HttpListener.cs (1)
2326UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE httpResponse = new UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE();
net\System\Net\HttpListenerResponse.cs (3)
37private UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE m_NativeResponse; 529fixed (UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE* pResponse = &m_NativeResponse) { 558fixed (UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE* pResponse = &m_NativeResponse) {
net\System\Net\UnsafeNativeMethods.cs (1)
2159internal static extern uint HttpSendHttpResponse(CriticalHandle requestQueueHandle, ulong requestId, uint flags, HTTP_RESPONSE* pHttpResponse, void* pCachePolicy, uint* pBytesSent, SafeLocalFree pRequestBuffer, uint requestBufferLength, NativeOverlapped* pOverlapped, void* pLogData);