Socket.DualMode Property
Definition
public:
property bool DualMode { bool get(); void set(bool value); };
public bool DualMode { get; set; }
member this.DualMode : bool with get, set
Public Property DualMode As Boolean
Property Value
true
if the Socket is a dual-mode socket; otherwise, false
. The default is false
.