|
UdpClientReceivePacketInfo Property
|
Gets or sets the flag that determines whether the UDP client
should attempt to receive packet info when receiving data
from the socket.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax public bool ReceivePacketInfo { get; set; }
Public Property ReceivePacketInfo As Boolean
Get
Set
public:
property bool ReceivePacketInfo {
bool get ();
void set (bool value);
}
member ReceivePacketInfo : bool with get, set
function get_ReceivePacketInfo();
function set_ReceivePacketInfo(value);
View SourceProperty Value
BooleanSee Also