LocalEndpoint.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 the address family default for making outbound connnections.
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)