2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.ServiceModel / System.ServiceModel.Channels / IHttpCookieContainer.cs
blobe016772f0b504c25bd260c28d7a329bbf4d522d6
1 using System;
2 using System.Net;
4 namespace System.ServiceModel.Channels
6 // SL-only interface.
7 public interface IHttpCookieContainerManager
9 CookieContainer CookieContainer { get; set; }