CollaborationPlatform.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 which address families the platform should use by default.
public:
property Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> OutboundConnectionDefaultAddressFamilyHint { Nullable<Microsoft::Rtc::Signaling::AddressFamilyHint> get(); };
public Nullable<Microsoft.Rtc.Signaling.AddressFamilyHint> OutboundConnectionDefaultAddressFamilyHint { get; }
member this.OutboundConnectionDefaultAddressFamilyHint : Nullable<Microsoft.Rtc.Signaling.AddressFamilyHint>
Public ReadOnly Property OutboundConnectionDefaultAddressFamilyHint As Nullable(Of AddressFamilyHint)