ConnectionContext.AddressFamilyHint 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 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)