Fixing build

This commit is contained in:
moozzyk 2016-11-16 16:47:53 -08:00
parent 35a1c4fae7
commit f0a24720bc
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace Microsoft.Extensions.WebSockets.Internal
buffer.WriteBigEndian((ushort)Status); buffer.WriteBigEndian((ushort)Status);
if (!string.IsNullOrEmpty(Description)) if (!string.IsNullOrEmpty(Description))
{ {
buffer.Append(Description, EncodingData.TextEncoding.Utf8); buffer.Append(Description, TextEncoding.Utf8);
} }
} }
} }