Discuss this help topic in SecureBlackbox Forum
Specifies server's MIME types map.
Declaration
[C#]
TElStringList MIMETypesMap;
[VB.NET]
Property MIMETypesMap As TElStringList
[Pascal]
property MIMETypesMap : TElStringList;
[C++]
TElStringList* get_MIMETypesMap();
[PHP]
TElStringList get_MIMETypesMap()
[Java]
TElStringList getMIMETypesMap();
Description
Use this read-only property to obtain server's MIME types map.
Discuss this help topic in SecureBlackbox Forum