Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ReplaceSafeLocalAllocHandle inSystem.Net.HttpListener#82411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

xtqqczze
Copy link
Contributor

@xtqqczze
Copy link
ContributorAuthor

xtqqczze commentedFeb 20, 2023
edited
Loading

Noticeably, thepRequestBuffer anduint requestBufferLength parameters inInterop.HttpApi are namedReserved1 andReserved2 in the public API.

[DllImport("HTTPAPI.dll", ExactSpelling = true, PreserveSig = false)][SupportedOSPlatform("windows6.0.6000")]public unsafe static extern uint HttpSendResponseEntityBody([In] HANDLE RequestQueueHandle, [In] ulong RequestId, [In] uint Flags, [Optional][In] ushort EntityChunkCount, [Optional][In][NativeArrayInfo(CountParamIndex = 3)] HTTP_DATA_CHUNK* EntityChunks, [Optional][Out] uint* BytesSent, [Optional][Reserved] void* Reserved1, [Optional][Reserved] uint Reserved2, [Optional][In] OVERLAPPED* Overlapped, [Optional][In] HTTP_LOG_DATA* LogData);[DllImport("HTTPAPI.dll", ExactSpelling = true, PreserveSig = false)][SupportedOSPlatform("windows6.0.6000")]public unsafe static extern uint HttpSendHttpResponse([In] HANDLE RequestQueueHandle, [In] ulong RequestId, [In] uint Flags, [In] HTTP_RESPONSE_V2* HttpResponse, [Optional][In] HTTP_CACHE_POLICY* CachePolicy, [Optional][Out] uint* BytesSent, [In][Out][Reserved] void* Reserved1, [In][Reserved] uint Reserved2, [Optional][In] OVERLAPPED* Overlapped, [Optional][In] HTTP_LOG_DATA* LogData);

@stephentoubstephentoub merged commit20d24fe intodotnet:mainFeb 21, 2023
@ghostghost locked asresolvedand limited conversation to collaboratorsMar 24, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@stephentoubstephentoubstephentoub approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@xtqqczze@stephentoub

[8]ページ先頭

©2009-2025 Movatter.jp