SdpConnection Constructors
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.
Overloads
SdpConnection() |
Initializes a new instance of the SdpConnection class. |
SdpConnection(SdpConnection) |
Initializes a new instance of the SdpConnection class. |
SdpConnection(IPAddress) |
Initializes a new instance of the SdpConnection class. |
SdpConnection()
Initializes a new instance of the SdpConnection class.
public:
SdpConnection();
public SdpConnection ();
Public Sub New ()
Applies to
SdpConnection(SdpConnection)
Initializes a new instance of the SdpConnection class.
public:
SdpConnection(Microsoft::Rtc::Signaling::SdpConnection ^ source);
public SdpConnection (Microsoft.Rtc.Signaling.SdpConnection source);
new Microsoft.Rtc.Signaling.SdpConnection : Microsoft.Rtc.Signaling.SdpConnection -> Microsoft.Rtc.Signaling.SdpConnection
Public Sub New (source As SdpConnection)
Parameters
- source
- SdpConnection
The SdpConnection to copy.
Exceptions
Thrown when the source is null.
Applies to
SdpConnection(IPAddress)
Initializes a new instance of the SdpConnection class.
public:
SdpConnection(System::Net::IPAddress ^ connection);
public SdpConnection (System.Net.IPAddress connection);
new Microsoft.Rtc.Signaling.SdpConnection : System.Net.IPAddress -> Microsoft.Rtc.Signaling.SdpConnection
Public Sub New (connection As IPAddress)
Parameters
- connection
- IPAddress