1 instantiation of HttpCookieContainerBindingElement
System.ServiceModel (1)
System\ServiceModel\Channels\HttpCookieContainerBindingElement.cs (1)
30return new HttpCookieContainerBindingElement(this);
6 references to HttpCookieContainerBindingElement
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
110Collection<HttpCookieContainerBindingElement> httpCookieContainerBindingElements = context.BindingParameters.FindAll<HttpCookieContainerBindingElement>(); 113throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.MultipleCCbesInParameters, typeof(HttpCookieContainerBindingElement)))); 118context.BindingParameters.Remove<HttpCookieContainerBindingElement>();
System\ServiceModel\Channels\HttpCookieContainerBindingElement.cs (2)
23protected HttpCookieContainerBindingElement(HttpCookieContainerBindingElement elementToBeCloned) : base(elementToBeCloned) 46SR.GetString(SR.CookieContainerBindingElementNeedsHttp, typeof(HttpCookieContainerBindingElement))));