WSHttpSecurity Class
Represents the security settings for the WSHttpBinding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | WSHttpSecurity() | Initializes a new instance of the WSHttpSecurity class. |
| Name | Description | |
|---|---|---|
![]() | Message | Gets the message-level security settings for this binding. |
![]() | Mode | Specifies the message SecurityMode for this binding. |
![]() | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ShouldSerializeMessage() | Returns a value that indicates whether the Message property has changed from its default value and should be serialized. This is used by WCF for XAML integration. |
![]() | ShouldSerializeMode() | Returns a value that indicates whether the Mode property has changed from its default value and should be serialized. This is used by WCF for XAML integration. |
![]() | ShouldSerializeTransport() | Returns a value that indicates whether the Transport property has changed from its default value and should be serialized. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The WSHttpBinding class is designed for interoperation with services that implement WS-* specifications. The transport security for this binding is Secure Sockets Layer (SSL) over HTTP, or HTTPS.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

