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 SourcePollingDuplexBindingElement()
Declaration
[NotImplemented]
public PollingDuplexBindingElement()
PollingDuplexBindingElement(PollingDuplexBindingElement)
Declaration
[NotImplemented]
protected PollingDuplexBindingElement(PollingDuplexBindingElement elementToBeCloned)
Parameters
Type | Name | Description |
---|---|---|
PollingDuplexBindingElement | elementToBeCloned |
Properties
| Improve this Doc View SourceInactivityTimeout
Declaration
[NotImplemented]
public TimeSpan InactivityTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
MaxPendingMessagesPerSession
Declaration
[NotImplemented]
public int MaxPendingMessagesPerSession { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxPendingSessions
Declaration
[NotImplemented]
public int MaxPendingSessions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ServerPollTimeout
Declaration
[NotImplemented]
public TimeSpan ServerPollTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Methods
| Improve this Doc View SourceClone()
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)