Click or drag to resize
MimeKit

ContentDispositionParse Method

Overload List
 NameDescription
Public methodStatic memberParse(Byte) Parse the specified input buffer into a new instance of the ContentDisposition class.
Public methodStatic memberParse(String) Parse the specified text into a new instance of the ContentDisposition class.
Public methodStatic memberParse(Byte, Int32) Parse the specified input buffer into a new instance of the ContentDisposition class.
Public methodStatic memberParse(ParserOptions, Byte) Parse the specified input buffer into a new instance of the ContentDisposition class.
Public methodStatic memberParse(ParserOptions, String) Parse the specified text into a new instance of the ContentDisposition class.
Public methodStatic memberParse(Byte, Int32, Int32) Parse the specified input buffer into a new instance of the ContentDisposition class.
Public methodStatic memberParse(ParserOptions, Byte, Int32) Parse the specified input buffer into a new instance of the ContentDisposition class.
Public methodStatic memberParse(ParserOptions, Byte, Int32, Int32) Parse the specified input buffer into a new instance of the ContentDisposition class.
Top
See Also