[Modify] Edit it
This commit is contained in:
parent
87ea54b0a5
commit
f05efe51c0
@ -593,10 +593,14 @@ namespace WebSocketSharp.Server
|
|||||||
/// Gets or sets the delegate called to find the credentials for
|
/// Gets or sets the delegate called to find the credentials for
|
||||||
/// an identity used to authenticate a client.
|
/// an identity used to authenticate a client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// The set operation does nothing if the server has already started or
|
||||||
|
/// it is shutting down.
|
||||||
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <c>Func<IIdentity, NetworkCredential></c> delegate that
|
/// A <c>Func<IIdentity, NetworkCredential></c> delegate
|
||||||
/// invokes the method used to find the credentials. The default value
|
/// that invokes the method used to find the credentials or
|
||||||
/// is <see langword="null"/>.
|
/// <see langword="null"/> by default.
|
||||||
/// </value>
|
/// </value>
|
||||||
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user