|
|
|
@ -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 {
|
|
|
|
|