Table of Contents

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

other RestConfiguration

Configuration to clone.