ConnectionContext.AddressFamilyHint Property

Definition

Gets or sets the information used to decide which address families to use for connections.

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

Property Value

Applies to