Show / Hide Table of Contents

    Class TransportDescriptionBase

    A base class for all transport descriptions.

    Inheritance
    Object
    TransportDescriptionBase
    HttpTransportDescription
    RelayTransportDescriptionBase
    TcpTransportDescription
    Implements
    IExtensibleDataObject
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services.Policies
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public abstract class TransportDescriptionBase : IExtensibleDataObject

    Constructors

    TransportDescriptionBase()

    Initializes a new instance of the TransportDescriptionBase.

    Declaration
    protected TransportDescriptionBase()

    Properties

    ExtensionData

    Gets or sets ExtensionDataObject that enables serialization round-trips.

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    Scheme

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

    Declaration
    public abstract TransportScheme Scheme { get; }
    Property Value
    Type Description
    TransportScheme

    Implements

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