MediaTransportInfo.TransportCandidates Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportCandidate ^> ^ TransportCandidates { System::Collections::Generic::List<Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportCandidate ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportCandidate ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportCandidate> TransportCandidates { get; set; }
member this.TransportCandidates : System.Collections.Generic.List<Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportCandidate> with get, set
Public Property TransportCandidates As List(Of MediaTransportCandidate)

Property Value

List<MediaTransportCandidate>

Applies to