Class HttpTransportDescription
Describes HTTP transport.
Inheritance
System.Object
HttpTransportDescription
Implements
System.Runtime.Serialization.IExtensibleDataObject
Inherited Members
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
Security
Gets or sets HTTP protocol security.
Declaration
public HttpSecurityType Security { get; set; }
Property Value
Type | Description |
---|---|
HttpSecurityType |
Implements
System.Runtime.Serialization.IExtensibleDataObject