WebServerPropertiesOnWebServerStart Property |
Property Value
Type:
ScriptReferenceSceneVisual,
IAppBuilder,
IEnumerableAssemblyOccurs when the Web Server is started. This provides a callback to add web services to the OWIN web application stack. By default support is added for WebApi 2, SignalR 2.2, SOAP, WebGL and Embedded Resource File Serving.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntaxpublic ScriptReference<SceneVisual, IAppBuilder, IEnumerable<Assembly>> OnWebServerStart { get; set; }Property Value
Type:
ScriptReferenceSceneVisual,
IAppBuilder,
IEnumerableAssembly
See Also