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