Class PollingDuplexHttpSecurity
Specifies the security used for a Silverlight client configured with a PollingDuplexHttpBinding.
Inheritance
System.Object
PollingDuplexHttpSecurity
Inherited Members
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
Assembly: OpenSilver.dll
Syntax
public sealed class PollingDuplexHttpSecurity
Properties
| Improve this Doc View SourceMode
Gets or sets the mode of security for a client configured with a PollingDuplexHttpBinding.
Declaration
[NotImplemented]
public PollingDuplexHttpSecurityMode Mode { get; set; }
Property Value
Type | Description |
---|---|
PollingDuplexHttpSecurityMode | A value in the PollingDuplexHttpSecurityMode enumeration. The default value for this property is None. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | The value is not a legal value for PollingDuplexHttpSecurityMode. |