SdpConnection.IPAddress Property
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.
Gets or sets the IP address unless a HostName is supplied. This property may be null.
public:
property System::Net::IPAddress ^ IPAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
public System.Net.IPAddress IPAddress { get; set; }
member this.IPAddress : System.Net.IPAddress with get, set
Public Property IPAddress As IPAddress