[Modify] Add it
This commit is contained in:
parent
e56891e80b
commit
6726e04afd
@ -116,6 +116,17 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal string StatusLine {
|
||||||
|
get {
|
||||||
|
return String.Format (
|
||||||
|
"HTTP/{0} {1} {2}\r\n",
|
||||||
|
_version,
|
||||||
|
_statusCode,
|
||||||
|
_statusDescription
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
Loading…
Reference in New Issue
Block a user