IceV19SdpMediaDescription.TransportCandidates Property

Definition

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

Property Value

List<SdpTransportCandidate>

Applies to