RealTimeConnectionManager.OutboundConnectionDefaultAddressFamilyHint Property
Definition
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 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.