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