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
{
public virtual int ReceiveBufferSize
{
[Register("getReceiveBufferSize", "()I", "GetGetReceiveBufferSizeHandler")]
get;
[Register("setReceiveBufferSize", "(I)V", "GetSetReceiveBufferSize_IHandler")]
set;
}
}
}
| .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. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API