示例#1
0
 private string formatResponse(IServiceResponse response)
 {
     return(String.Format("got response back: {0}", response.DumpResponseHeader()));
 }