7 references to CRLF
System (7)
net\System\Net\_ConnectStream.cs (4)
657
buffers[++index] = new BufferOffsetSize(NclConstants.
CRLF
, 0, NclConstants.
CRLF
.Length, false);
986
buffers[2] = new BufferOffsetSize(NclConstants.
CRLF
, 0, NclConstants.
CRLF
.Length, false);
net\System\Net\_ListenerResponseStream.cs (3)
549
m_DataChunks[2].BufferLength = (uint)NclConstants.
CRLF
.Length;
551
objectsToPin[2] = NclConstants.
CRLF
;
569
m_DataChunks[2].pBuffer = (byte*)(Marshal.UnsafeAddrOfPinnedArrayElement(NclConstants.
CRLF
, 0));