[Modify] Edit it
This commit is contained in:
parent
f76b71b0da
commit
3ee3d386b5
@ -454,13 +454,21 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <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
|
/// <para>
|
||||||
/// that references the method used to find the credentials. The default value is
|
/// A <c>Func<<see cref="IIdentity"/>,
|
||||||
/// <see langword="null"/>.
|
/// <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>
|
/// </value>
|
||||||
/// <exception cref="ObjectDisposedException">
|
/// <exception cref="ObjectDisposedException">
|
||||||
/// This listener has been closed.
|
/// This listener has been closed.
|
||||||
|
Loading…
Reference in New Issue
Block a user