Show / Hide Table of Contents

    Class EndpointMetadata

    Represents the metadata of an endpoint.

    Inheritance
    System.Object
    EndpointMetadata
    Namespace: Copper.Discovery.Interface.V1
    Assembly: Copper.Discovery.Interface.dll
    Syntax
    [DataContract]
    public class EndpointMetadata

    Properties

    View Source

    Transport

    Gets or sets the transport used by the endpoint.

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

    The transport used by the endpoint.

    View Source

    TransportMetadata

    Gets or sets the transport metadata exposed by the endpoint.

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

    The transport metadata exposed by the endpoint.

    • View Source
    Back to top Generated by DocFX