[Modify] Edit it

This commit is contained in:
sta 2019-10-17 20:22:48 +09:00
parent 4c7ebbc8ef
commit 5e28f47868

View File

@ -337,17 +337,23 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the URL to which the client is redirected to locate a requested resource. /// Gets or sets the URL to which the client is redirected to locate
/// a requested resource.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the value of the Location response-header, /// <para>
/// or <see langword="null"/> if no redirect location is specified. /// A <see cref="string"/> that represents the value of the Location
/// response-header.
/// </para>
/// <para>
/// <see langword="null"/> if no redirect location is specified.
/// </para>
/// </value> /// </value>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// The value specified for a set operation isn't an absolute URL. /// The value specified for a set operation is not an absolute URL.
/// </exception> /// </exception>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This object is closed. /// This instance is closed.
/// </exception> /// </exception>
public string RedirectLocation { public string RedirectLocation {
get { get {