[Modify] Edit it

This commit is contained in:
sta 2017-11-02 15:28:55 +09:00
parent b8e6aa44ce
commit e27221737e

View File

@ -400,8 +400,13 @@ namespace WebSocketSharp
/// Gets the credentials for the HTTP authentication (Basic/Digest). /// Gets the credentials for the HTTP authentication (Basic/Digest).
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="NetworkCredential"/> that represents the credentials for /// <para>
/// the authentication. The default value is <see langword="null"/>. /// A <see cref="NetworkCredential"/> that represents the credentials
/// used to authenticate the client.
/// </para>
/// <para>
/// The default value is <see langword="null"/>.
/// </para>
/// </value> /// </value>
public NetworkCredential Credentials { public NetworkCredential Credentials {
get { get {