mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Initial state
This commit is contained in:
6
Microsoft.AspNet.NodeServices/NodeHostingModel.cs
Normal file
6
Microsoft.AspNet.NodeServices/NodeHostingModel.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Microsoft.AspNet.NodeServices {
|
||||
public enum NodeHostingModel {
|
||||
Http,
|
||||
InputOutputStream,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user