12 references to ReadCountedString
System.Runtime.Remoting (12)
channels\ipc\ipcmanager.cs (6)
88String headerName = ReadCountedString(); 89String headerValue = ReadCountedString(); 99String uri = ReadCountedString(); 126statusPhrase = ReadCountedString(); 133String contentType = ReadCountedString(); 144case TcpHeaderFormat.CountedString: ReadCountedString(); break;
channels\tcp\tcpsocketmanager.cs (6)
126String headerName = ReadCountedString(); 127String headerValue = ReadCountedString(); 137String uri = ReadCountedString(); 164statusPhrase = ReadCountedString(); 171String contentType = ReadCountedString(); 182case TcpHeaderFormat.CountedString: ReadCountedString(); break;