HttpBindingSecurity Class
Specifies the types of security available to a service endpoint configured to use an HttpBinding binding.
Inheritance Hierarchy
System.Object
System.Web.Http.SelfHost.Channels.HttpBindingSecurity
Namespace: System.Web.Http.SelfHost.Channels
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
'Declaration
Public NotInheritable Class HttpBindingSecurity
'Usage
Dim instance As HttpBindingSecurity
public sealed class HttpBindingSecurity
public ref class HttpBindingSecurity sealed
[<SealedAttribute>]
type HttpBindingSecurity = class end
public final class HttpBindingSecurity
The HttpBindingSecurity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HttpBindingSecurity | Creates a new instance of the HttpBindingSecurity class. |
Top
Properties
Name | Description | |
---|---|---|
Mode | Gets or sets the mode of security that is used by an endpoint configured to use an HttpBinding binding. | |
Transport | Gets or sets an object that contains the transport-level security settings for the HttpBinding binding. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.