Class DiscoveryTransport
public class DiscoveryTransport : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
- Inheritance
-
DiscoveryTransport
- Implements
-
IStartableIStoppable
- Inherited Members
Constructors
DiscoveryTransport(ICompositeTransport)
public DiscoveryTransport(ICompositeTransport next)
Parameters
next
ICompositeTransport
Fields
DISCOVERED_OPTION_PREFIX
public const string DISCOVERED_OPTION_PREFIX = "discovered."
Field Value
Properties
DiscoveryAgent
public IDiscoveryAgent DiscoveryAgent { get; set; }
Property Value
Properties
public StringDictionary Properties { get; set; }
Property Value
Methods
Start()
public override void Start()
Stop()
public override void Stop()