Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Socket.DualMode Property
Definition
- Namespace:
- System.Net.Sockets
- Assemblies:
- netstandard.dll, System.Net.Sockets.dll
- Assembly:
- System.Net.Sockets.dll
- Assembly:
- System.dll
- Assembly:
- netstandard.dll
- Source:
- Socket.cs
- Source:
- Socket.cs
- Source:
- Socket.cs
- Source:
- Socket.cs
- Source:
- Socket.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether the Socket is a dual-mode socket used for both IPv4 and IPv6.
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 true if the socket was created by calling the Socket(SocketType, ProtocolType) constructor and the operating system supports IPv6; otherwise, the default is false.
Exceptions
The socket is not in the InterNetworkV6 address family.
Applies to
Feedback
Was this page helpful?
