PowerTCP Sockets for .NET
DnsSlave Constructor




Parent Dns component.
A IPEndPoint that establishes from which IP interface requests will originate.
Creates an object that manages DNS resolution requests.
Syntax
'Declaration
 
<SecuritySafeCriticalAttribute()>
Public Function New( _
   ByVal parent As Dns, _
   ByVal localEndPoint As IPEndPoint _
)
'Usage
 
Dim parent As Dns
Dim localEndPoint As IPEndPoint
 
Dim instance As New DnsSlave(parent, localEndPoint)
[SecuritySafeCritical()]
public DnsSlave( 
   Dns parent,
   IPEndPoint localEndPoint
)
[SecuritySafeCritical()]
public: DnsSlave( 
   Dns* parent,
   IPEndPoint* localEndPoint
)
[SecuritySafeCritical()]
public:
DnsSlave( 
   Dns^ parent,
   IPEndPoint^ localEndPoint
)

Parameters

parent
Parent Dns component.
localEndPoint
A IPEndPoint that establishes from which IP interface requests will originate.
Remarks
The IPAddress.AddressFamily of the local EndPoint MUST match the AddressFamily of destination hosts.
See Also

Reference

DnsSlave Class
DnsSlave Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic