Socket
Socket()
Socket(Proxy)
Socket(SocketImpl)
Socket(InetAddress, Int32)
Socket(IntPtr, JniHandleOwnership)
Socket(String, Int32)
Socket(InetAddress, Int32, Boolean)
Socket(String, Int32, Boolean)
Socket(InetAddress, Int32, InetAddress, Int32)
Socket(String, Int32, InetAddress, Int32)
Channel
InetAddress
InputStream
IsBound
IsClosed
IsConnected
IsInputShutdown
IsOutputShutdown
JniPeerMembers
KeepAlive
LocalAddress
LocalPort
LocalSocketAddress
OOBInline
OutputStream
Port
ReceiveBufferSize
RemoteSocketAddress
ReuseAddress
SendBufferSize
SoLinger
SoTimeout
TcpNoDelay
ThresholdClass
ThresholdType
TrafficClass
Bind(SocketAddress)
Close()
Connect(SocketAddress)
Connect(SocketAddress, Int32)
ConnectAsync(SocketAddress)
ConnectAsync(SocketAddress, Int32)
GetOption(ISocketOption)
SendUrgentData(Int32)
SendUrgentDataAsync(Int32)
SetOption(ISocketOption, Object)
SetPerformancePreferences(Int32, Int32, Int32)
SetSocketImplFactory(ISocketImplFactory)
SetSoLinger(Boolean, Int32)
ShutdownInput()
ShutdownOutput()
SupportedOptions()
monoandroid
namespace Java.Net
{
[Register("java/net/Socket", DoNotGenerateAcw = true)]
public class Socket : Object, IJavaObject, IJavaPeerable, ICloseable, IDisposable
{
[Register("shutdownInput", "()V", "GetShutdownInputHandler")]
public virtual void ShutdownInput();
}
}
.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