DnsClientEndpointInfo Constructor
Creates a new instance of the DnsClientEndpointInfo class
///
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public DnsClientEndpointInfo(
bool isMulticast,
IPAddress destinationAddress,
IPAddress localAddress
)
Public Sub New (
isMulticast As Boolean,
destinationAddress As IPAddress,
localAddress As IPAddress
)
public:
DnsClientEndpointInfo(
bool isMulticast,
IPAddress^ destinationAddress,
IPAddress^ localAddress
)
new :
isMulticast : bool *
destinationAddress : IPAddress *
localAddress : IPAddress -> DnsClientEndpointInfo
Parameters
- isMulticast Boolean
- A value indicating if multicast communication is used
- destinationAddress IPAddress
- The remote IP
- localAddress IPAddress
- The local IP