SdpRemoteCandidate(Int32, IPAddress, Int32) Constructor

Definition

public:
 SdpRemoteCandidate(int componentId, System::Net::IPAddress ^ address, int port);
public SdpRemoteCandidate (int componentId, System.Net.IPAddress address, int port);
new Microsoft.Rtc.Internal.Collaboration.Media.SdpRemoteCandidate : int * System.Net.IPAddress * int -> Microsoft.Rtc.Internal.Collaboration.Media.SdpRemoteCandidate
Public Sub New (componentId As Integer, address As IPAddress, port As Integer)

Parameters

componentId
Int32
address
IPAddress
port
Int32

Applies to