|
|
|
@ -101,7 +101,8 @@ namespace WebSocketSharp
|
|
|
|
/// Gets the status code for the close.
|
|
|
|
/// Gets the status code for the close.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="ushort"/> that represents the status code for the close if any.
|
|
|
|
/// A <see cref="ushort"/> that represents the status code for the close
|
|
|
|
|
|
|
|
/// if present.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public ushort Code {
|
|
|
|
public ushort Code {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|