Show / Hide Table of Contents

    Class TransportMetadataProviderOptions

    Represents the options for a transport metadata provider.

    Inheritance
    System.Object
    TransportMetadataProviderOptions
    Namespace: Copper.Conventions.Method.Common.V1
    Assembly: Copper.Conventions.Method.Common.dll
    Syntax
    public class TransportMetadataProviderOptions

    Constructors

    View Source

    TransportMetadataProviderOptions()

    Initializes a new instance of the TransportMetadataProviderOptions class.

    Declaration
    public TransportMetadataProviderOptions()

    Properties

    View Source

    DiscoveryTimeout

    Gets or sets the discovery timeout.

    Declaration
    public TimeSpan DiscoveryTimeout { get; set; }
    Property Value
    Type Description
    System.TimeSpan

    The discovery timeout.

    • View Source
    Back to top Generated by DocFX