LocalSocket.SocketStream フィールド

定義

注意事項

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

ストリーム ソケットの種類

[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

フィールド値

Value = 2
属性

注釈

ストリーム ソケットの種類

android.net.LocalSocket.SOCKET_STREAMJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象