[io-layer] add URLs for some ximian bug numbers in sockets.cs
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Channels / IHttpCookieContainer.cs
1 using System;
2 using System.Net;
3
4 namespace System.ServiceModel.Channels
5 {
6         // SL-only interface.
7         public interface IHttpCookieContainerManager
8         {
9                 CookieContainer CookieContainer { get; set; }
10         }
11 }