Edit

Share via


RealTimeServerConnectionManager.DisableIpV6Support Method

Definition

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

public:
 override void DisableIpV6Support();
public override void DisableIpV6Support ();
override this.DisableIpV6Support : unit -> unit
Public Overrides 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