Class ServiceInstanceDiscoveryEventArgs
The event data for ServiceInstanceDiscovered.
Inherited Members
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.Multicast.dll
Syntax
public class ServiceInstanceDiscoveryEventArgs : MessageEventArgs
Properties
| Improve this Doc View SourceServiceInstanceName
The fully qualified name of the service instance.
Declaration
public DomainName ServiceInstanceName { get; set; }
Property Value
Type | Description |
---|---|
DomainName | Typically of the form "instance._service._tcp.local". |