SdpConnection.Set(String) Method
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.
Sets the IPAddress property if the given string is a recognizable address, otherwise sets the HostName property.
public:
void Set(System::String ^ value);
public void Set (string value);
member this.Set : string -> unit
Public Sub Set (value As String)
Parameters
- value
- String
A hostname or a formatted IP address (either IP4 or IP6).
Exceptions
Thrown when the provided name is not a valid IP address or hostname.