HttpBindingSecurity Class

 

Specifies the types of security available to a service endpoint configured to use an HttpBinding binding.

Namespace:   System.Web.Http.SelfHost.Channels
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

System::Object
  System.Web.Http.SelfHost.Channels::HttpBindingSecurity

public ref class HttpBindingSecurity sealed 

NameDescription
System_CAPS_pubmethodHttpBindingSecurity()

Creates a new instance of the HttpBindingSecurity class.

NameDescription
System_CAPS_pubpropertyMode

Gets or sets the mode of security that is used by an endpoint configured to use an HttpBinding binding.

System_CAPS_pubpropertyTransport

Gets or sets an object that contains the transport-level security settings for the HttpBinding binding.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: