Ejemplo n.º 1
0
 public virtual void AfterReceiveReply(ref Message reply, object correlationState)
 {
     HttpResponseMessageProperty prop = (HttpResponseMessageProperty)reply.Properties[HttpResponseMessageProperty.Name];
     string body = General.ReadMessageBody(ref reply);
     logger(General.GetHttpResponseLog(prop.StatusCode.ToString(), prop.Headers, body));
 }