Show / Hide Table of Contents

Class PollingDuplexBindingElement

Inheritance
System.Object
System.ServiceModel.Channels.BindingElement
PollingDuplexBindingElement
Inherited Members
System.ServiceModel.Channels.BindingElement.BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext)
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 PollingDuplexBindingElement : BindingElement

Constructors

| Improve this Doc View Source

PollingDuplexBindingElement()

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

PollingDuplexBindingElement(PollingDuplexBindingElement)

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

Properties

| Improve this Doc View Source

InactivityTimeout

Declaration
[NotImplemented]
public TimeSpan InactivityTimeout { get; set; }
Property Value
Type Description
System.TimeSpan
| Improve this Doc View Source

MaxPendingMessagesPerSession

Declaration
[NotImplemented]
public int MaxPendingMessagesPerSession { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MaxPendingSessions

Declaration
[NotImplemented]
public int MaxPendingSessions { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ServerPollTimeout

Declaration
[NotImplemented]
public TimeSpan ServerPollTimeout { get; set; }
Property Value
Type Description
System.TimeSpan

Methods

| 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