WebHttpSecurity Class
Specifies the types of security available to a service endpoint configured to receive HTTP requests.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
The WebHttpSecurity type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Mode | Gets or sets the mode of security that is used by an endpoint configured to receive HTTP requests with a WebHttpBinding. |
![]() | Transport | Gets an object that contains the transport-level security settings for this binding. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ShouldSerializeMode | Specifies whether the Mode property has changed from its default and should be serialized. This is used for XAML integration. |
![]() | ShouldSerializeTransport | Returns a value that indicates whether the Transport property has changed from its default value and should be serialized. This is used by WCF for XAML integration. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
WebHttpSecurity provides the security requirements for an endpoint configured with a WebHttpBinding.
If the Transport value is specified by the WebHttpBinding(WebHttpSecurityMode) method, then the settings provided by the Transport property become effective for the service endpoint. The value of WebHttpSecurityMode can only be set in the WebHttpBinding constructor that takes it as an explicit parameter and its value cannot be set again after the binding instance is created.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
