Skip to content

Commit 48d493b

Browse files
committed
[Modify] Add it
1 parent af08572 commit 48d493b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

websocket-sharp/HttpResponse.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ internal string StatusLine {
9696
}
9797
}
9898

99+
internal string MessageHeader {
100+
get {
101+
return StatusLine + HeaderSection;
102+
}
103+
}
104+
99105
#endregion
100106

101107
#region Public Properties

0 commit comments

Comments
 (0)