Show / Hide Table of Contents

    Class EndpointMetadata

    Represents the metadata of an endpoint.

    Inheritance
    System.Object
    EndpointMetadata
    Namespace: Copper.Common.Metadata
    Assembly: Copper.Common.dll
    Syntax
    public class EndpointMetadata

    Constructors

    View Source

    EndpointMetadata(String, String)

    Initializes a new instance of the EndpointMetadata class.

    Declaration
    public EndpointMetadata(string transport, string transportTransportMetadata)
    Parameters
    Type Name Description
    System.String transport

    The transport used by the endpoint.

    System.String transportTransportMetadata

    The transport metadata exposed by the endpoint.

    Properties

    View Source

    Transport

    Gets the transport used by the endpoint.

    Declaration
    public string Transport { get; }
    Property Value
    Type Description
    System.String

    The transport used by the endpoint.

    View Source

    TransportMetadata

    Gets the transport metadata exposed by the endpoint.

    Declaration
    public string TransportMetadata { get; }
    Property Value
    Type Description
    System.String

    The transport metadata exposed by the endpoint.

    • View Source
    Back to top Generated by DocFX