Sprache

SocketKeepalive.ErrorInvalidSocket Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.

Der Socket ist ungültig.

[Android.Runtime.Register("ERROR_INVALID_SOCKET", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.", true)]
public const Android.Net.ErrorCode ErrorInvalidSocket = -25;
[<Android.Runtime.Register("ERROR_INVALID_SOCKET", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.ErrorCode enum directly instead of this field.", true)>]
val mutable ErrorInvalidSocket : Android.Net.ErrorCode

Feldwert

Value = -25
Attribute

Hinweise

Java Dokumentation für android.net.SocketKeepalive.ERROR_INVALID_SOCKET.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: