The MimeConstants type exposes the following members.

Methods

  Name Description
Public method COLON
Represents byte value for colon.
Public method CR
Represents byte value for carriage return.
Public method CRLF
Represents String value for carriage return line feed combination.
Public method EQUALS
Represents byte value for equals sign.
Public method LF
Represents byte value for line feed.
Public method QUESTION_MARK
Represents byte value for question mark.
Public method SEMI_COLON
Represents byte value for semi-colon.
Public method SPACE
Represents byte value for space.
Public method TAB
Represents byte value for tab.

See Also