2 references to CreateWithContent
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Protocol\HandshakeProtocolTests.cs (2)
37
var message = ReadOnlySequenceFactory.SegmentPerByteFactory.
CreateWithContent
("{\"protocol\":\"json\",\"version\":1}\u001e");
61
var message = ReadOnlySequenceFactory.SegmentPerByteFactory.
CreateWithContent
("{\"error\":\"dummy\"}\u001e");