[Modify] Edit it
This commit is contained in:
parent
4df24ba18b
commit
a46a16cd56
@ -336,8 +336,9 @@ 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>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum values,
|
/// One of the <see cref="WebSocketSharp.Net.AuthenticationSchemes"/> enum
|
||||||
/// indicates the scheme used to authenticate the clients. The default value is
|
/// values that represents the scheme used to authenticate the clients.
|
||||||
|
/// The default value is
|
||||||
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>.
|
/// <see cref="WebSocketSharp.Net.AuthenticationSchemes.Anonymous"/>.
|
||||||
/// </value>
|
/// </value>
|
||||||
public AuthenticationSchemes AuthenticationSchemes {
|
public AuthenticationSchemes AuthenticationSchemes {
|
||||||
|
Loading…
Reference in New Issue
Block a user