Configuration

Configuration class

Represents a search network configuration.

public class Configuration

Methods

Name Description
static Load(Stream) Loads a search network configuration from a stream.
static Load(string) Loads a search network configuration from a file.
Save(Stream) Saves this configuration to a stream.
Save(string) Saves this configuration to a file.

See Also