3 references to _maxCloseMessageByteCount
System.Web (3)
WebSockets\AspNetWebSocket.cs (3)
256
ArraySegment<byte> buffer = new ArraySegment<byte>(new byte[
_maxCloseMessageByteCount
]);
506
if (byteCount >
_maxCloseMessageByteCount
) {
507
throw new ArgumentException(SR.GetString(SR.AspNetWebSocket_CloseDescriptionTooLong,
_maxCloseMessageByteCount
), "statusDescription");