// Token: 0x06000C5F RID: 3167 RVA: 0x000415AE File Offset: 0x0003F7AE public void LogResponseHead(IAirSyncResponse response) { if (!this.Enabled) { return; } if (response == null) { throw new ArgumentNullException("response"); } this.SetData(MailboxLogDataName.ResponseHeader, response.GetHeadersAsString()); }
public void RecordData(IAirSyncResponse response) { response.AppendToLog(this.ToString()); }