LocalEndpointSettings.OutboundConnectionConfiguration 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 object containing outbound configuration settings.
public:
property Microsoft::Rtc::Signaling::OutboundConnectionConfiguration ^ OutboundConnectionConfiguration { Microsoft::Rtc::Signaling::OutboundConnectionConfiguration ^ get(); void set(Microsoft::Rtc::Signaling::OutboundConnectionConfiguration ^ value); };
public Microsoft.Rtc.Signaling.OutboundConnectionConfiguration OutboundConnectionConfiguration { get; set; }
member this.OutboundConnectionConfiguration : Microsoft.Rtc.Signaling.OutboundConnectionConfiguration with get, set
Public Property OutboundConnectionConfiguration As OutboundConnectionConfiguration