10 references to WriteToStream
System.Net.Http (10)
System\Net\Http\MultipartContent.cs (10)
162WriteToStream(stream, "--" + _boundary + CrLf); 174WriteToStream(stream, CrLf + "--" + _boundary + "--" + CrLf); 311WriteToStream(stream, CrLf + "--"); // const strings 312WriteToStream(stream, _boundary); 313WriteToStream(stream, CrLf); 321WriteToStream(stream, headerPair.Key); 322WriteToStream(stream, ": "); 326WriteToStream(stream, delim); 330WriteToStream(stream, CrLf); 334WriteToStream(stream, CrLf);