API Reference
Class
DnsSrvRecord
Represents a SRV record optionally including resolved target addresses.
Inheritance
- Object
- DnsSrvRecord
Remarks
The record follows the format defined in RFC 2782.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ClientX.ResolveServiceAsync
Constructors
public DnsSrvRecord() #Inherited Methods
Properties
public String Target { get; set; } #Gets or sets the target host.
public Int32 Port { get; set; } #Gets or sets the service port.
public Int32 Priority { get; set; } #Gets or sets the record priority.
public Int32 Weight { get; set; } #Gets or sets the record weight.
public IPAddress[] Addresses { get; set; } #Gets or sets resolved IP addresses for the target, if requested.