Edit

Share via


RealTimeConnectionManager.DisableIpV6Support Method

Definition

Disables IPV6 support in the network stack to be compatible with previous versions of the stack.

public:
 virtual void DisableIpV6Support();
public virtual void DisableIpV6Support ();
abstract member DisableIpV6Support : unit -> unit
override this.DisableIpV6Support : unit -> unit
Public Overridable Sub DisableIpV6Support ()

Remarks

To support only IPV4, it would be better for new applications to set the OutboundConnectionAddressFamilyHint to IPV4Only, and ensure that the stack is only asked to listen on IPV4 addresses.

This setting is to make initial porting of applications built on previous versions of the stack easier. To be fully compatible with current versions of the product, applications will need to be updated to support IPV6.

Applies to