In The Hand LtdIn The Hand
PingOptions Constructor (ttl, dontFragment)
NamespacesInTheHand.Net.NetworkInformationPingOptionsPingOptions(Int32, Boolean)
.NET Components for Mobility
Initializes a new instance of the PingOptions class and sets the Time to Live and fragmentation values.
Declaration Syntax
C#Visual Basic
public PingOptions(
	int ttl,
	bool dontFragment
)
Public Sub New ( _
	ttl As Integer, _
	dontFragment As Boolean _
)
Parameters
ttl (Int32)
An Int32 value greater than zero that specifies the number of times that the Ping data packets can be forwarded.
dontFragment (Boolean)
true to prevent data sent to the remote host from being fragmented; otherwise, false.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0