45 references to HTTP_FLAGS
System (45)
net\System\Net\_ListenerAsyncResult.cs (1)
128
(uint) UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY,
net\System\Net\_ListenerRequestStream.cs (2)
149
flags = (uint)UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY;
242
flags = (uint)UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY;
net\System\Net\_ListenerResponseStream.cs (12)
29
internal UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
ComputeLeftToWrite() {
31
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE;
139
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
flags = ComputeLeftToWrite();
184
flags |= m_LeftToWrite == size ? UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE : UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_MORE_DATA;
245
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
flags = ComputeLeftToWrite();
258
flags |= m_LeftToWrite==size ? UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE : UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_MORE_DATA;
318
if ((flags & UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_MORE_DATA) == 0)
386
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
flags = ComputeLeftToWrite();
399
flags |= UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_DISCONNECT;
net\System\Net\HttpListener.cs (5)
527
timeoutinfo.Flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_PROPERTY_FLAG_PRESENT;
923
info.Flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_PROPERTY_FLAG_PRESENT;
943
info.Flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE;
1166
(uint)UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_RECEIVE_REQUEST_FLAG_COPY_BODY,
2465
(uint)UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_RECEIVE_SECURE_CHANNEL_TOKEN,
net\System\Net\HttpListenerRequest.cs (3)
114
(uint)UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE,
838
(uint)UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE,
936
(uint)UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE,
net\System\Net\HttpListenerResponse.cs (8)
476
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
flags,
633
internal UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
ComputeHeaders() {
634
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE;
669
flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE;
676
flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE; // seems like HTTP_SEND_RESPONSE_FLAG_MORE_DATA but this hangs the app;
683
if (flags==UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE) {
684
flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_DISCONNECT;
net\System\Net\UnsafeNativeMethods.cs (6)
2602
internal
HTTP_FLAGS
Flags;
2613
internal
HTTP_FLAGS
Flags;
2946
statusCode = HttpApi.HttpInitialize(version, (uint)
HTTP_FLAGS
.HTTP_INITIALIZE_SERVER, null);
2950
(uint)(
HTTP_FLAGS
.HTTP_INITIALIZE_SERVER |
HTTP_FLAGS
.HTTP_INITIALIZE_CBT), null);
2958
statusCode = HttpApi.HttpInitialize(version, (uint)
HTTP_FLAGS
.HTTP_INITIALIZE_SERVER, null);
net\System\Net\WebSockets\WebSocketHelpers.cs (3)
310
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_OPAQUE |
311
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_MORE_DATA |
312
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA,
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (5)
493
UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
flags = UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.NONE;
511
flags |= UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_DISCONNECT;
515
flags |= UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_MORE_DATA;
519
flags |= UnsafeNclNativeMethods.HttpApi.
HTTP_FLAGS
.HTTP_SEND_RESPONSE_FLAG_BUFFER_DATA;