PowerTCP Sockets for .NET
PingSlave Constructor




A IPAddress that establishes from which IP interface requests will originate.
Specifies what technology will be used to create the Echo request.
Creates an object that manages ICMP Echo requests.
Syntax
'Declaration
 
<SecuritySafeCriticalAttribute()>
Public Function New( _
   ByVal localAddress As IPAddress, _
   ByVal type As Ping.Type _
)
'Usage
 
Dim localAddress As IPAddress
Dim type As Ping.Type
 
Dim instance As New PingSlave(localAddress, type)
[SecuritySafeCritical()]
public PingSlave( 
   IPAddress localAddress,
   Ping.Type type
)
[SecuritySafeCritical()]
public: PingSlave( 
   IPAddress* localAddress,
   Ping.Type type
)
[SecuritySafeCritical()]
public:
PingSlave( 
   IPAddress^ localAddress,
   Ping.Type type
)

Parameters

localAddress
A IPAddress that establishes from which IP interface requests will originate.
type
Specifies what technology will be used to create the Echo request.
Remarks
The IPAddress.AddressFamily of the local EndPoint MUST match the AddressFamily of destination hosts.
See Also

Reference

PingSlave Class
PingSlave Members


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