Assembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public delegate void GetDNSServerIPEventHandler( IPAddress subnetIP, byte subnetMaskSize, ref IPAddress dnsIP ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub GetDNSServerIPEventHandler ( _ subnetIP As IPAddress, _ subnetMaskSize As Byte, _ ByRef dnsIP As IPAddress _ ) |
| Visual C++ |
|---|
public delegate void GetDNSServerIPEventHandler( IPAddress^ subnetIP, unsigned char subnetMaskSize, IPAddress^% dnsIP ) |
Parameters
- subnetIP
- Type: System.Net..::.IPAddress
- subnetMaskSize
- Type: System..::.Byte
- dnsIP
- Type: System.Net..::.IPAddress%