|
|
|
@ -544,13 +544,13 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the delegate called to find the credentials for an identity used to
|
|
|
|
/// Gets or sets the delegate called to find the credentials for
|
|
|
|
/// authenticate a client.
|
|
|
|
/// an identity used to authenticate a client.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <c>Func<<see cref="IIdentity"/>, <see cref="NetworkCredential"/>></c> delegate
|
|
|
|
/// A <c>Func<IIdentity, NetworkCredential></c> delegate that
|
|
|
|
/// that references the method(s) used to find the credentials. The default value is
|
|
|
|
/// invokes the method used to find the credentials. The default value
|
|
|
|
/// <see langword="null"/>.
|
|
|
|
/// is <see langword="null"/>.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
|
|
|
public Func<IIdentity, NetworkCredential> UserCredentialsFinder {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|