Edit

Share via


OutboundConnectionConfiguration.DefaultAddressFamilyHint Property

Definition

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)

Property Value

Applies to