Show / Hide Table of Contents

    Class HttpTransportDescription

    Describes HTTP transport.

    Inheritance
    System.Object
    TransportDescriptionBase
    HttpTransportDescription
    HttpsTransportDescription
    Implements
    System.Runtime.Serialization.IExtensibleDataObject
    Inherited Members
    TransportDescriptionBase.ExtensionData
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services.Policies
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public class HttpTransportDescription : TransportDescriptionBase, IExtensibleDataObject

    Constructors

    HttpTransportDescription()

    Declaration
    public HttpTransportDescription()

    Properties

    OAuthSecurity

    Gets or sets OAuth security settings.

    Declaration
    public OAuthSecurityDescription OAuthSecurity { get; set; }
    Property Value
    Type Description
    OAuthSecurityDescription

    Scheme

    When implemented by a class, gets the transport scheme (protocol) represented by this instance.

    Declaration
    public override TransportScheme Scheme { get; }
    Property Value
    Type Description
    TransportScheme
    Overrides
    TransportDescriptionBase.Scheme

    Security

    Gets or sets HTTP protocol security.

    Declaration
    public HttpSecurityType Security { get; set; }
    Property Value
    Type Description
    HttpSecurityType

    Implements

    System.Runtime.Serialization.IExtensibleDataObject
    Back to top Nevatech Sentinet 6.6 Online Documentation