InetAddress.HostAddress Proprietà

Definizione

Restituisce la stringa di indirizzo IP nella presentazione testuale.

public virtual string? HostAddress { [Android.Runtime.Register("getHostAddress", "()Ljava/lang/String;", "GetGetHostAddressHandler")] get; }
[<get: Android.Runtime.Register("getHostAddress", "()Ljava/lang/String;", "GetGetHostAddressHandler")>]
member this.HostAddress : string

Valore della proprietà

indirizzo IP non elaborato in formato stringa.

Attributi

Commenti

Restituisce la stringa di indirizzo IP nella presentazione testuale.

Aggiunta in JDK1.0.2.

per java.net.InetAddress.getHostAddress().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a