2 references to EncodeStringToNewStream
System.Net.Http (2)
System\Net\Http\MultipartContent.cs (2)
257streams[streamIndex++] = EncodeStringToNewStream("--" + _boundary + CrLf); 295streams[streamIndex] = EncodeStringToNewStream(CrLf + "--" + _boundary + "--" + CrLf);