Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Close()

Declaration

public override void Close()

Summary

Closes 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.