Edit

Share via


SdpConnection.Set(String) Method

Definition

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.

Applies to