Brecham.Obex — An OBEX library for the .NET Framework

TcpipAddressDialog.AddressOrHostName Property

Gets or sets the TCP/IP Address or Hostname from the dialog box.

[Visual Basic]
Public Property AddressOrHostName As String
[C#]
public string AddressOrHostName {get; set;}

Remarks

If set before displaying the dialog the value will be pre-selected in the dialog when displayed, allowing the user to simply hit return to choose that address. On the dialog box closing, the value will only have been updated if the dialog box was closed with OK.

See Also

TcpipAddressDialog Class | Brecham.Obex.Net.Forms Namespace