This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* from: www.freeformatter.com/mime-types-list.html | |
* List by extension: https://gist.github.com/BasicPrinciples/7a98aa74df9eeb150b49c3209004022b | |
*/ | |
{ | |
"application/vnd.hzn-3d-crossword": { | |
"ext": ".x3d", | |
"desc": "3D Crossword Plugin" | |
}, | |
"video/3gpp": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* from: www.freeformatter.com/mime-types-list.html | |
* List by type: https://gist.github.com/BasicPrinciples/cb4f1331fd9f54c9e7cb7beb0bbf27d3 | |
*/ | |
{ | |
".x3d": { | |
"type": "application/vnd.hzn-3d-crossword", | |
"desc": "3D Crossword Plugin" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Author: [email protected] | |
* Date: 11/19/2015 | |
* Namespace: SocketTasksFromAsync | |
* Class: SocketExtensions | |
* Revision: 1.0.0 | |
* Purpose: Add tasks to the Socket class | |
* | |
* Description: Extension methods for System.Net.Sockets.Socket | |
* that wrap some of it's APM begin and end methods |