OutboundConnectionConfiguration.DefaultAddressFamilyHint 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 to use for outbound connections.
public:
property Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> DefaultAddressFamilyHint { Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> get(); void set(Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> value); };
public Nullable<Microsoft.Rtc.Signaling.AddressFamilyHint> DefaultAddressFamilyHint { get; set; }
member this.DefaultAddressFamilyHint : Nullable<Microsoft.Rtc.Signaling.AddressFamilyHint> with get, set
Public Property DefaultAddressFamilyHint As Nullable(Of AddressFamilyHint)