Kimono.KMimeType.DefaultMimeType C# (CSharp) Method

DefaultMimeType() public static method

Returns the name of the default mimetype. Always application/octet-stream, but this method exists for performance purposes.
public static DefaultMimeType ( ) : string
return string
        public static string DefaultMimeType()
        {
            return (string) staticInterceptor.Invoke("defaultMimeType", "defaultMimeType()", typeof(string));
        }