Constructor RestConfiguration
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
RestConfiguration()
Creates a new REST configuration with default values.
public RestConfiguration()
RestConfiguration(RestConfiguration)
Creates a clone of another REST configuration.
public RestConfiguration(RestConfiguration other)
Parameters
otherRestConfigurationConfiguration to clone.