SdpConnection.IPAddress Property
Gets or sets the IP address unless a HostName is supplied. This property may be null.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IPAddress As IPAddress
Get
Set
'Usage
Dim instance As SdpConnection
Dim value As IPAddress
value = instance.IPAddress
instance.IPAddress = value
public IPAddress IPAddress { get; set; }
Property Value
Type: System.Net.IPAddress