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 SourceTransportMetadataProviderOptions()
Initializes a new instance of the TransportMetadataProviderOptions class.
Declaration
public TransportMetadataProviderOptions()
Properties
View SourceDiscoveryTimeout
Gets or sets the discovery timeout.
Declaration
public TimeSpan DiscoveryTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The discovery timeout. |