Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( string json ) : |
Deserializes a Configuration object from the specified JSON.
|
|
ServerConfiguration ( ) : System.IO |
Creates a new ServerConfiguration. For serialization purposes only. |
|
ServerConfiguration ( string protocol, string address, int port ) : System.IO |
Creates a new ServerConfiguration.
|
public static Deserialize ( string json ) : |
||
json | string | |
return |
public ServerConfiguration ( string protocol, string address, int port ) : System.IO | ||
protocol | string | |
address | string | |
port | int | |
return | System.IO |