SdpTransportCandidate(String, Int32, MediaTransportType, Int32, IPAddress, Int32, CandidateType, IPAddress, Int32) Constructor

Definition

public:
 SdpTransportCandidate(System::String ^ foundation, int componentId, Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportType transportType, int priority, System::Net::IPAddress ^ address, int port, Microsoft::Rtc::Internal::Collaboration::Media::CandidateType candidateType, System::Net::IPAddress ^ relatedAddress, int relatedPort);
public SdpTransportCandidate (string foundation, int componentId, Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportType transportType, int priority, System.Net.IPAddress address, int port, Microsoft.Rtc.Internal.Collaboration.Media.CandidateType candidateType, System.Net.IPAddress relatedAddress, int relatedPort);
new Microsoft.Rtc.Internal.Collaboration.Media.SdpTransportCandidate : string * int * Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportType * int * System.Net.IPAddress * int * Microsoft.Rtc.Internal.Collaboration.Media.CandidateType * System.Net.IPAddress * int -> Microsoft.Rtc.Internal.Collaboration.Media.SdpTransportCandidate

Parameters

foundation
String
componentId
Int32
transportType
MediaTransportType
priority
Int32
address
IPAddress
port
Int32
candidateType
CandidateType
relatedAddress
IPAddress
relatedPort
Int32

Applies to