[Modify] Edit it
This commit is contained in:
parent
d14883bba7
commit
a9e5630954
@ -360,14 +360,21 @@ namespace WebSocketSharp.Server
|
|||||||
/// Gets or sets the scheme used to authenticate the clients.
|
/// Gets or sets the scheme used to authenticate the clients.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The set operation does nothing if the server has already started or
|
/// The set operation does nothing if the server has already
|
||||||
/// it is shutting down.
|
/// started or it is shutting down.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum
|
/// <para>
|
||||||
/// values. It specifies the scheme used to authenticate the clients.
|
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/>
|
||||||
|
/// enum values.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// It represents the scheme used to authenticate the clients.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
/// The default value is
|
/// The default value is
|
||||||
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>.
|
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public AuthenticationSchemes AuthenticationSchemes {
|
public AuthenticationSchemes AuthenticationSchemes {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user