示例#1
0
 public void ReplyWithStreamContent(Stream input, string responseType)
 {
     _requestInfo.ReplyWithStreamContent(input, responseType);
 }