SharpPcap : SharpPcap.LibPcap Namespace

PcapAddress Class

Managed representation of the unmanaged pcap_addr structure

Syntax

public class PcapAddress

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Members

See Also: Inherited members from object.

Public Properties

[read-only]
Addr Sockaddr . The address value of this PcapAddress, null if none is present
[read-only]
Broadaddr Sockaddr . Broadcast address of this PcapAddress, null if none is present
[read-only]
Dstaddr Sockaddr . Destination address, null if the interface isn't a point-to-point interface
[read-only]
Netmask Sockaddr . Netmask of this PcapAddress, null if none is present

Public Methods

override
ToString () : string
ToString override

Member Details

Addr Property

The address value of this PcapAddress, null if none is present

Syntax

public Sockaddr Addr { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Broadaddr Property

Broadcast address of this PcapAddress, null if none is present

Syntax

public Sockaddr Broadaddr { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Dstaddr Property

Destination address, null if the interface isn't a point-to-point interface

Syntax

public Sockaddr Dstaddr { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Netmask Property

Netmask of this PcapAddress, null if none is present

Syntax

public Sockaddr Netmask { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

ToString Method

ToString override

Syntax

public override string ToString ()

Returns

A string

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0