/// <summary> /// Processing response data after action /// </summary> /// <returns></returns> private static CleantalkResponse Postprocessing(CleantalkResponse response) { response.Comment = ConvertHelper.ConvertIso88591ToUtf8(response.Comment); response.ErrStr = ConvertHelper.ConvertIso88591ToUtf8(response.ErrStr); return(response); }
/// <summary> /// Processing response data after action /// </summary> /// <returns></returns> private static CleantalkResponse Postprocessing(CleantalkResponse response) { response.Comment = ConvertHelper.ConvertIso88591ToUtf8(response.Comment); response.ErrStr = ConvertHelper.ConvertIso88591ToUtf8(response.ErrStr); return response; }