Show / Hide Table of Contents

    Class TransportMetadata

    Represents the metadata of the Service Fabric Remoting transport.

    Inheritance
    System.Object
    TransportMetadata
    Namespace: Copper.Remoting.FabricTransportRemoting.Common.V1
    Assembly: Copper.Remoting.FabricTransportRemoting.Common.dll
    Syntax
    [DataContract]
    public class TransportMetadata

    Properties

    View Source

    Address

    Gets or sets the address.

    Declaration
    [DataMember]
    public string Address { get; set; }
    Property Value
    Type Description
    System.String

    The address.

    View Source

    ListenerName

    Gets or sets the listener name.

    Declaration
    [DataMember]
    public string ListenerName { get; set; }
    Property Value
    Type Description
    System.String

    The listener name.

    • View Source
    Back to top Generated by DocFX