Legend
| Method: void Close()
Declarationpublic override void Close() SummaryCloses the stream and prevents further writing to this stream. You may call this explicitly; you may call Stream.Dispose instead, or you could just leave it up to MultipartFormDataHelper to close this stream automatically next time a new field or file is added, or when the helper itself is closed. |