LocalSocket
SocketDgram
SocketSeqpacket
SocketStream
LocalSocket()
LocalSocket(SocketType)
LocalSocket(IntPtr, JniHandleOwnership)
FileDescriptor
InputStream
IsBound
IsClosed
IsConnected
IsInputShutdown
IsOutputShutdown
JniPeerMembers
LocalSocketAddress
OutputStream
PeerCredentials
ReceiveBufferSize
RemoteSocketAddress
SendBufferSize
SoTimeout
ThresholdClass
ThresholdType
Bind(LocalSocketAddress)
Close()
Connect(LocalSocketAddress)
Connect(LocalSocketAddress, Int32)
ConnectAsync(LocalSocketAddress)
ConnectAsync(LocalSocketAddress, Int32)
GetAncillaryFileDescriptors()
SetFileDescriptorsForSend(FileDescriptor[])
ShutdownInput()
ShutdownOutput()
monoandroid
namespace Android.Net
{
[Register("android/net/LocalSocket", DoNotGenerateAcw = true)]
public class LocalSocket : Object, IJavaObject, IJavaPeerable, ICloseable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.", true)]
[Register("SOCKET_DGRAM")]
public const SocketType SocketDgram = SocketType.Dgram;
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Obsolete | This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API