Exemplo n.º 1
0
 public ListenerResponse(System.Net.HttpListenerResponse response)
 {
     this.response = response;
     this.Cookies = new Cookies(this);
 }