Click or drag to resize

WebServerPropertiesOnWebServerStart Property

Occurs 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: 15.0.2.11458
Syntax
C#
public ScriptReference<SceneVisual, IAppBuilder, IEnumerable<Assembly>> OnWebServerStart { get; set; }

Property Value

Type: ScriptReferenceSceneVisual, IAppBuilder, IEnumerableAssembly
See Also