1 write to Boundary
System (1)
net\System\Net\mail\MimeMultiPart.cs (1)
33ContentType.Boundary = GetNextBoundary();
2 references to Boundary
System (2)
net\System\Net\mail\MimeMultiPart.cs (2)
149context.writer = new MimeWriter(context.outputStream, ContentType.Boundary); 202MimeWriter mimeWriter = new MimeWriter(outputStream, ContentType.Boundary);