Remote adapter list
See Also: Inherited members from System.Collections.ObjectModel.ReadOnlyCollection<WinPcapDevice>.
static
|
RpcapdDefaultPort | int . Port used by rpcapd by default |
[read-only] static |
Instance | WinPcapDeviceList . Method to retrieve this classes singleton instance |
[read-only] default property |
Item (string) | WinPcapDevice . Documentation for this section has not yet been entered. |
static
|
Devices
(System.Net.IPAddress, int, RemoteAuthentication)Documentation for this section has not yet been entered. |
|
static
|
New
()Caution: Use the singlton instance unless you know why you need to call this. One use is for multiple filters on the same physical device. To apply multiple filters open the same physical device multiple times, one for each filter by calling this routine and picking the same device out of each list. |
|
|
Refresh
()Refresh the device list |
Documentation for this section has not yet been entered.
Syntax
public static List<WinPcapDevice> Devices (System.Net.IPAddress address, int port, RemoteAuthentication remoteAuthentication)Parameters
- address
- Documentation for this section has not yet been entered.
- port
- Documentation for this section has not yet been entered.
- remoteAuthentication
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Method to retrieve this classes singleton instance
Syntax
public static WinPcapDeviceList Instance { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Documentation for this section has not yet been entered.
Syntax
Parameters
- Name
- The name or description of the pcap interface to get.
Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Caution: Use the singlton instance unless you know why you need to call this. One use is for multiple filters on the same physical device. To apply multiple filters open the same physical device multiple times, one for each filter by calling this routine and picking the same device out of each list.
Syntax
public static WinPcapDeviceList New ()Returns
A SharpPcap.CaptureDeviceListRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Refresh the device list
Syntax
public void Refresh ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Port used by rpcapd by default
Syntax
public static int RpcapdDefaultPortRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.WinPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0