Freigeben über


LocalSocket.SocketStream Feld

Definition

Achtung

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

Stream-Sockettyp

[Android.Runtime.Register("SOCKET_STREAM")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.", true)]
public const Android.Net.SocketType SocketStream = 2;
[<Android.Runtime.Register("SOCKET_STREAM")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.", true)>]
val mutable SocketStream : Android.Net.SocketType

Feldwert

Value = 2
Attribute

Hinweise

Stream-Sockettyp

Java-Dokumentation für android.net.LocalSocket.SOCKET_STREAM.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: