WebServerProperties Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.WebServerProperties"]
Namespace: Demo3D.Visuals
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class WebServerProperties : OwnedProperties
The WebServerProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| WebServerProperties | Initializes a new instance of the WebServerProperties class |
| Name | Description | |
|---|---|---|
| Enabled | Whether the joint is enabled or not. | |
| LoggingEnabled | When true connection and message traffic diagnostics are logged to the log file. | |
| MaxConnections | The maximum number of connections that the Web server should allow. If 0 (the default) then the number of connections is unlimited. | |
| Name | Name of the connector | |
| NamespaceUri | The XML namespace for SOAP messages (defaults to uri://emulate3d.com). | |
| OnWebServerStart | 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. | |
| Path | The web (HTTP) server path to access the service on (defaults to /soap). | |
| Port | The port number that web (HTTP) requests should be made on. | |
| Timeout | The timeout for Web communications in seconds. | |
| Url | The read only string that represents the URL to use to access the SOAP service. |
| Name | Description | |
|---|---|---|
| AttachToVisual | (Overrides OwnedProperties.AttachToVisual(Visual).) | |
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString.) |
| Name | Description | |
|---|---|---|
| DefaultName | ||
| DefaultPath | ||
| DefaultPort |