3 instantiations of HTTP_RESPONSE
System (3)
net\System\Net\HttpListener.cs (1)
2326
UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE httpResponse = new UnsafeNclNativeMethods.HttpApi.
HTTP_RESPONSE
();
net\System\Net\HttpListenerResponse.cs (2)
43
m_NativeResponse = new UnsafeNclNativeMethods.HttpApi.
HTTP_RESPONSE
();
182
m_NativeResponse = new UnsafeNclNativeMethods.HttpApi.
HTTP_RESPONSE
();
5 references to HTTP_RESPONSE
System (5)
net\System\Net\HttpListener.cs (1)
2326
UnsafeNclNativeMethods.HttpApi.
HTTP_RESPONSE
httpResponse = new UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE();
net\System\Net\HttpListenerResponse.cs (3)
37
private UnsafeNclNativeMethods.HttpApi.
HTTP_RESPONSE
m_NativeResponse;
529
fixed (UnsafeNclNativeMethods.HttpApi.
HTTP_RESPONSE
* pResponse = &m_NativeResponse) {
558
fixed (UnsafeNclNativeMethods.HttpApi.
HTTP_RESPONSE
* pResponse = &m_NativeResponse) {
net\System\Net\UnsafeNativeMethods.cs (1)
2159
internal 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);