示例#1
0
 public void SendZippedResponse(HttpListenerResponse response, StringResponseData data)
 {
     SendZippedResponse(response, new ByteResponseData(Encoding.GetBytes(data.Content),
                                                       data.ContentType));
 }
示例#2
0
 public void SendZippedResponse(HttpListenerResponse response, StringResponseData data)
 {
     SendZippedResponse(response, new ByteResponseData(Encoding.GetBytes(data.Content),
                                                       data.ContentType));
 }