Show / Hide Table of Contents

    Class TransportDescriptionBase

    A base class for all transport descriptions.

    Inheritance
    System.Object
    TransportDescriptionBase
    HttpTransportDescription
    RelayTransportDescriptionBase
    TcpTransportDescription
    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 abstract class TransportDescriptionBase : IExtensibleDataObject

    Constructors

    TransportDescriptionBase()

    Initializes a new instance of the TransportDescriptionBase.

    Declaration
    protected TransportDescriptionBase()

    Properties

    ExtensionData

    Gets or sets System.Runtime.Serialization.ExtensionDataObject that enables serialization round-trips.

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    System.Runtime.Serialization.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.6 Online Documentation