|
|
|
@ -94,8 +94,8 @@ namespace WebSocketSharp
|
|
|
|
/// Gets the status code indicating the cause of the exception.
|
|
|
|
/// Gets the status code indicating the cause of the exception.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// One of the <see cref="CloseStatusCode"/> enum values, represents the status code
|
|
|
|
/// One of the <see cref="CloseStatusCode"/> enum values that represents
|
|
|
|
/// indicating the cause of the exception.
|
|
|
|
/// the status code indicating the cause of the exception.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public CloseStatusCode Code {
|
|
|
|
public CloseStatusCode Code {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|