Share via


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
Public method HttpBindingSecurity Creates a new instance of the HttpBindingSecurity class.

Top

Properties

  Name Description
Public property Mode Gets or sets the mode of security that is used by an endpoint configured to use an HttpBinding binding.
Public property Transport Gets or sets an object that contains the transport-level security settings for the HttpBinding binding.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.SelfHost.Channels Namespace