[Modify] Add it

This commit is contained in:
sta 2019-12-09 22:01:37 +09:00
parent e56891e80b
commit 6726e04afd

View File

@ -116,6 +116,17 @@ namespace WebSocketSharp.Net
}
}
internal string StatusLine {
get {
return String.Format (
"HTTP/{0} {1} {2}\r\n",
_version,
_statusCode,
_statusDescription
);
}
}
#endregion
#region Public Properties