C# Class Builderdash.Configuration.ClientConfiguration

Inheritance: System.Configuration.ConfigurationSection
Show file Open project: gdau/Builderdash

Private Properties

Property Type Description

Public Methods

Method Description
GetMasterServer ( string name ) : ServerConfiguration

Protected Methods

Method Description
OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool

Method Details

GetMasterServer() public method

public GetMasterServer ( string name ) : ServerConfiguration
name string
return ServerConfiguration

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool
name string
value string
return bool