Пример #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));
 }