|
|
@ -240,13 +240,6 @@ namespace WebSocketSharp |
|
|
|
return Read<HttpResponse> (stream, Parse, millisecondsTimeout); |
|
|
|
} |
|
|
|
|
|
|
|
internal void WriteTo (Stream stream) |
|
|
|
{ |
|
|
|
var bytes = ToByteArray (); |
|
|
|
|
|
|
|
stream.Write (bytes, 0, bytes.Length); |
|
|
|
} |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region Public Methods
|
|
|
|