Click or drag to resize

WebServerProperties Properties

The WebServerProperties type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Whether the joint is enabled or not.
Public propertyLoggingEnabled
When true connection and message traffic diagnostics are logged to the log file.
Public propertyMaxConnections
The maximum number of connections that the Web server should allow. If 0 (the default) then the number of connections is unlimited.
Public propertyName
Name of the connector
Public propertyNamespaceUri
The XML namespace for SOAP messages (defaults to uri://emulate3d.com).
Public propertyPath
The web (HTTP) server path to access the service on (defaults to /soap).
Public propertyPort
The port number that web (HTTP) requests should be made on.
Public propertyProtocol
The protocol used for connections, HTTPS by default.
Public propertyTimeout
The timeout for Web communications in seconds.
Public propertyUrl
The read only string that represents the URL to use to access the SOAP service.
Top
See Also