Click or drag to resize

WebServerProperties Class

[Missing <summary> documentation for "T:Demo3D.Visuals.WebServerProperties"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          OwnedProperties
            Demo3D.VisualsWebServerProperties

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class WebServerProperties : OwnedProperties

The WebServerProperties type exposes the following members.

Constructors
  NameDescription
Public methodWebServerProperties
Initializes a new instance of the WebServerProperties class
Top
Properties
  NameDescription
Public propertyEnabled

Field Value

Type: 
Whether the joint is enabled or not.
Public propertyLoggingEnabled

Field Value

Type: 
When true connection and message traffic diagnostics are logged to the log file.
Public propertyMaxConnections

Field Value

Type: 
The maximum number of connections that the Web server should allow. If 0 (the default) then the number of connections is unlimited.
Public propertyName

Field Value

Type: 
Name of the connector
Public propertyNamespaceUri

Field Value

Type: 
The XML namespace for SOAP messages (defaults to uri://emulate3d.com).
Public propertyOnWebServerStart

Field Value

Type: 
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.
Public propertyPath

Field Value

Type: 
The web (HTTP) server path to access the service on (defaults to /soap).
Public propertyPort

Field Value

Type: 
The port number that web (HTTP) requests should be made on.
Public propertyTimeout

Field Value

Type: 
The timeout for Web communications in seconds.
Public propertyUrl

Field Value

Type: 
The read only string that represents the URL to use to access the SOAP service.
Top
Methods
  NameDescription
Public methodAttachToVisual (Overrides OwnedProperties.AttachToVisual(Visual).)
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Top
Fields
See Also