コード例 #1
0
        private void ReceiveSettingsResponse(byte[] body)
        {
            Log.Trace("Receiving Settings Response",
                      "ReceiveSettingsResponse");

            SettingsResponse response = SettingsResponse.FromBytes(body);

            Session.Settings = response.Settings;
        }