RealTimeConnectionManager.OutboundConnectionDefaultAddressFamilyHint Property

Definition

Gets or sets the address families enabled for making outbound connnections.

public:
 property Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> OutboundConnectionDefaultAddressFamilyHint { Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> get(); void set(Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> value); };
public Nullable<Microsoft.Rtc.Signaling.AddressFamilyHint> OutboundConnectionDefaultAddressFamilyHint { get; set; }
member this.OutboundConnectionDefaultAddressFamilyHint : Nullable<Microsoft.Rtc.Signaling.AddressFamilyHint> with get, set
Public Property OutboundConnectionDefaultAddressFamilyHint As Nullable(Of AddressFamilyHint)

Property Value

Exceptions

The address family is not supported as a enabled settings. Currently IPv4 must be enabled.

Applies to