mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
6 lines
125 B
C#
6 lines
125 B
C#
namespace Microsoft.AspNet.NodeServices {
|
|
public enum NodeHostingModel {
|
|
Http,
|
|
InputOutputStream,
|
|
}
|
|
} |