Метод | Описание | |
---|---|---|
ConfigServerClient ( ) : System |
Initializes a new instance of the ConfigServerClient class.
|
|
GetClientConfigRecord ( ) : byte[] |
Requests the client config record from the server.
|
|
GetContentDescriptionRecord ( byte oldCDRHash = null ) : byte[] |
Gets the current content description record (CDR) provided by the config server. Optionally accepts an old CDR hash in order to determine if a new CDR should be downloaded or not. The old CDR hash is a SHA-1 hash of the entire CDR payload.
|
|
GetNetworkKey ( ) : byte[] |
Requests the network key from the config server.
|
public GetContentDescriptionRecord ( byte oldCDRHash = null ) : byte[] | ||
oldCDRHash | byte | An optional CDR hash. |
Результат | byte[] |