[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
|
||||
/// an identity used to authenticate a client.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The set operation does nothing if the server has already started or
|
||||
/// it is shutting down.
|
||||
/// </remarks>
|
||||
/// <value>
|
||||
/// A <c>Func<IIdentity, NetworkCredential></c> delegate that
|
||||
/// invokes the method used to find the credentials. The default value
|
||||
/// is <see langword="null"/>.
|
||||
/// A <c>Func<IIdentity, NetworkCredential></c> delegate
|
||||
/// that invokes the method used to find the credentials or
|
||||
/// <see langword="null"/> by default.
|
||||
/// </value>
|
||||
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
||||
get {
|
||||
|
Loading…
Reference in New Issue
Block a user