|
|
|
@ -111,11 +111,11 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the reason for the close.
|
|
|
|
/// Gets the reason for the connection close.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the reason for the close
|
|
|
|
/// A <see cref="string"/> that represents the reason for
|
|
|
|
/// if present.
|
|
|
|
/// the connection close if present.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public string Reason {
|
|
|
|
public string Reason {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|