| File: _generated\19\Windows.Win32.HTTP_CHANNEL_BIND_INFO.g.cs | Web Access |
| Project: src\aspnetcore\src\Servers\HttpSys\src\Microsoft.AspNetCore.Server.HttpSys.csproj (Microsoft.AspNetCore.Server.HttpSys) |
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> // ------------------------------------------------------------------------------ #pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981,SYSLIB1092,CS3016 using global::System; using global::System.Diagnostics; using global::System.Diagnostics.CodeAnalysis; using global::System.Runtime.CompilerServices; using global::System.Runtime.InteropServices; using global::System.Runtime.Versioning; using winmdroot = global::Windows.Win32; namespace Windows.Win32 { namespace Networking.HttpServer { /// <summary>HTTP_CHANNEL_BIND_INFO.</summary> /// <remarks> /// <para><div class="alert"><b>Note</b> <p class="note">This structure is used to set server session or URL group properties by passing it to <a href="https://docs.microsoft.com/windows/desktop/api/http/nf-http-httpsetserversessionproperty">HttpSetServerSessionProperty</a> or <a href="https://docs.microsoft.com/windows/desktop/api/http/nf-http-httpseturlgroupproperty">HttpSetUrlGroupProperty</a>. <p class="note">The <b>HTTP_CHANNEL_BIND_INFO</b> structure is also returned when server session or URL group properties are queried </div> <div> </div></para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/http/ns-http-http_channel_bind_info#">Read more on learn.microsoft.com</see>.</para> /// </remarks> [global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.296+7db75b4971.RR")] internal partial struct HTTP_CHANNEL_BIND_INFO { /// <summary>An <a href="https://docs.microsoft.com/windows/desktop/api/http/ne-http-http_authentication_hardening_levels">HTTP_AUTHENTICATION_HARDENING_LEVELS</a> value indicating the hardening level levels to be set or queried per server session or URL group.</summary> internal winmdroot.Networking.HttpServer.HTTP_AUTHENTICATION_HARDENING_LEVELS Hardening; /// <summary> /// <para>A bitwise OR combination of flags that determine the behavior of authentication. The following values are supported.</para> /// <para></para> /// <para>This doc was truncated.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/http/ns-http-http_channel_bind_info#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal uint Flags; /// <summary>Pointer to a buffer holding an array of 1 or more service names. Each service name is represented by either an <a href="https://docs.microsoft.com/windows/desktop/api/http/ns-http-http_service_binding_a">HTTP_SERVICE_BINDING_A</a> structure or an <a href="https://docs.microsoft.com/windows/desktop/api/http/ns-http-http_service_binding_w">HTTP_SERVICE_BINDING_W</a> structure, dependent upon whether the name is ASCII or Unicode. Regardless of which structure type is used, the array is cast into a pointer to an <a href="https://docs.microsoft.com/windows/desktop/api/http/ns-http-http_service_binding_base">HTTP_SERVICE_BINDING_BASE</a> structure.</summary> internal unsafe winmdroot.Networking.HttpServer.HTTP_SERVICE_BINDING_BASE** ServiceNames; /// <summary>The number of names in <b>ServiceNames</b>.</summary> internal uint NumberOfServiceNames; } } }