Multipart.setBoundary
void setBoundary(string boundary) nothrowSets boundary as the boundary on the multipart. If boundary is null, then a boundary will be auto-generated for you.
Parameters
boundary | boundary or null to autogenerate one |
void setBoundary(string boundary) nothrowSets boundary as the boundary on the multipart. If boundary is null, then a boundary will be auto-generated for you.
boundary | boundary or null to autogenerate one |