websocket-sharp/websocket-sharp/doc/mdoc/WebSocketSharp.Net/AuthenticationSchemeSelector.xml

29 lines
1.3 KiB
XML

<Type Name="AuthenticationSchemeSelector" FullName="WebSocketSharp.Net.AuthenticationSchemeSelector">
<TypeSignature Language="C#" Value="public delegate WebSocketSharp.Net.AuthenticationSchemes AuthenticationSchemeSelector(HttpListenerRequest httpRequest);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AuthenticationSchemeSelector extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>websocket-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="httpRequest" Type="WebSocketSharp.Net.HttpListenerRequest" />
</Parameters>
<ReturnValue>
<ReturnType>WebSocketSharp.Net.AuthenticationSchemes</ReturnType>
</ReturnValue>
<Docs>
<param name="httpRequest">
A <see cref="T:WebSocketSharp.Net.HttpListenerRequest" /> that contains a client request information.
</param>
<summary>
Selects the authentication scheme for a <see cref="T:WebSocketSharp.Net.HttpListener" /> instance.
</summary>
<returns>
One of the <see cref="T:WebSocketSharp.Net.AuthenticationSchemes" /> values that indicates the scheme used to authenticate the specified client request.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>