Managed representation of the unmanaged pcap_addr structure
See Also: Inherited members from object.
[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 |
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
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
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 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 override
Syntax
public override string ToString ()Returns
A stringRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap.LibPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0