Click or drag to resize

MimeType Enumeration

Defines MIME types.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public enum MimeType
Members
Member nameValueDescription
Text_Plain0 text/plain
Text_Html1 text/html
Application_DTMF2 application/dtmf
Application_SDP3 application/sdp
Application_MsgIsComposing4 application/im-iscomposing+xml

The MimeType type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodAsMediaType Converts the MIME type to media type.
(Defined by MimeTypeEx)
Public Extension MethodAsString Retrieves the string representation of the MIME type.
(Defined by MimeTypeEx)
Top
See Also