DnsClientEndpointInfo Constructor

Creates a new instance of the DnsClientEndpointInfo class ///

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public DnsClientEndpointInfo(
	bool isMulticast,
	IPAddress destinationAddress,
	IPAddress localAddress
)

Parameters

isMulticast  Boolean
A value indicating if multicast communication is used
destinationAddress  IPAddress
The remote IP
localAddress  IPAddress
The local IP

See Also