[Modify] Edit it
This commit is contained in:
parent
f76b71b0da
commit
3ee3d386b5
@ -454,13 +454,21 @@ namespace WebSocketSharp.Net
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the delegate called to find the credentials for an identity used to
|
||||
/// authenticate a client.
|
||||
/// Gets or sets the delegate called to find the credentials for
|
||||
/// an identity used to authenticate a client.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// A <c>Func<<see cref="IIdentity"/>, <see cref="NetworkCredential"/>></c> delegate
|
||||
/// that references the method used to find the credentials. The default value is
|
||||
/// <see langword="null"/>.
|
||||
/// <para>
|
||||
/// A <c>Func<<see cref="IIdentity"/>,
|
||||
/// <see cref="NetworkCredential"/>></c> delegate or
|
||||
/// <see langword="null"/> if not needed.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// It references the method used to find the credentials.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// The default value is <see langword="null"/>.
|
||||
/// </para>
|
||||
/// </value>
|
||||
/// <exception cref="ObjectDisposedException">
|
||||
/// This listener has been closed.
|
||||
|
Loading…
Reference in New Issue
Block a user