Show / Hide Table of Contents

Class MIMEAssistant

Inheritance
System.Object
MIMEAssistant
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: com.emc.s3.lib
Assembly: com.emc.s3.lib.dll
Syntax
public static class MIMEAssistant

Methods

GetBINMIMEType()

Declaration
public static string GetBINMIMEType()
Returns
Type Description
System.String

GetMIMEType(String)

Declaration
public static string GetMIMEType(string fileName)
Parameters
Type Name Description
System.String fileName
Returns
Type Description
System.String
Back to top