Emulate |
[Missing <summary> documentation for "N:Emulate3D.WebConfiguration"]
| Class | Description | |
|---|---|---|
| CITMWebService | ||
| ClientStatusToConnectEnabledConverter | Converter that returns true when the client can connect (status is Disconnected or Error). | |
| ClientStatusToDisconnectEnabledConverter | Converter that returns true when the client can disconnect (status is Connected). | |
| ClientTypeToNameConverter | Gets the name from the Emulate3DWebClient attribute and display that instead. | |
| ClientTypeToTooltipConverter | Gets the name from the Emulate3DWebClient attribute and display that instead. | |
| Emulate3DWebClientAttribute | An attribute to mark a class as a Web Client. | |
| Emulate3DWebServiceAttribute | An attribute to mark a class as a Web Service for Emulate3D Web App Server. | |
| RemoteCommandWebService | ||
| RemoteViewerService | ||
| WebClientGenerator | A generator for the Web Client attribute | |
| WebConfigurationServerSettings | ||
| WebConfigurationView | Interaction logic for WebAppServerConfigurationView.xaml | |
| WebServiceGenerator | A generator for the Web Service attribute |
| Interface | Description | |
|---|---|---|
| IWebConfiguration | Interface for managing a web application within Emulate3D. | |
| IWebConfigurationClient | Interface for clients that can be added to the web configuration. This allows for a flexible system where different types of clients can be implemented and added to the configuration without modifying the core code. Each client must implement this interface to ensure it has the necessary methods for initialization, connection, and disconnection. | |
| IWebConfigurationService | The interface for a web app server. |
| Enumeration | Description | |
|---|---|---|
| ClientConnectionStatus | ||
| WebServerStatus |