Show / Hide Table of Contents

Class HttpCookieContainerBindingElement

Inheritance
System.Object
System.ServiceModel.Channels.BindingElement
HttpCookieContainerBindingElement
Inherited Members
System.ServiceModel.Channels.BindingElement.CanBuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.ServiceModel.Channels
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class HttpCookieContainerBindingElement : BindingElement

Constructors

| Improve this Doc View Source

HttpCookieContainerBindingElement()

Declaration
[NotImplemented]
public HttpCookieContainerBindingElement()
| Improve this Doc View Source

HttpCookieContainerBindingElement(HttpCookieContainerBindingElement)

Declaration
[NotImplemented]
protected HttpCookieContainerBindingElement(HttpCookieContainerBindingElement elementToBeCloned)
Parameters
Type Name Description
HttpCookieContainerBindingElement elementToBeCloned

Methods

| Improve this Doc View Source

BuildChannelFactory<TChannel>(BindingContext)

Declaration
[NotImplemented]
public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context)
Parameters
Type Name Description
System.ServiceModel.Channels.BindingContext context
Returns
Type Description
System.ServiceModel.Channels.IChannelFactory<TChannel>
Type Parameters
Name Description
TChannel
Overrides
System.ServiceModel.Channels.BindingElement.BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext)
| Improve this Doc View Source

Clone()

Declaration
[NotImplemented]
public override BindingElement Clone()
Returns
Type Description
System.ServiceModel.Channels.BindingElement
Overrides
System.ServiceModel.Channels.BindingElement.Clone()
| Improve this Doc View Source

GetProperty<T>(BindingContext)

Declaration
[NotImplemented]
public override T GetProperty<T>(BindingContext context)
    where T : class
Parameters
Type Name Description
System.ServiceModel.Channels.BindingContext context
Returns
Type Description
T
Type Parameters
Name Description
T
Overrides
System.ServiceModel.Channels.BindingElement.GetProperty<T>(System.ServiceModel.Channels.BindingContext)
  • Improve this Doc
  • View Source