WebServerProperties Properties | 
The WebServerProperties type exposes the following members.
| 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).  | |
| 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.  | |
| Protocol | The protocol used for connections, HTTPS by default.  | |
| Timeout | The timeout for Web communications in seconds.  | |
| Url | The read only string that represents the URL to use to access the SOAP service.  |