▲點讚 5▼ # 需要導入模塊: import socket [as 別名]# 或者: from socket importSO_OOBINLINE[as 別名]def__init__(self, conn):asynchat.async_chat.__init__(self, conn)# tells the socket to handle urgent data inline (ABOR command)self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_OOBINLIN...
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream. C# [Android.Runtime.Register("SO_OOBINLINE")] [System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead...
[Android.Runtime.Register("SO_OOBINLINE")] public static int SoOobinline { get; } Valeur de propriété Int32 Attributs RegisterAttribute Remarques Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fon...
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream. C# 複製 [Android.Runtime.Register("SO_OOBINLINE")] [System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly ...
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream. When the option is disabled (which is the default) urgent data is silently discarded. Java documentation for java.net.SocketOptions.SO_OOBINLINE. Portions of this page...
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream. C# [Android.Runtime.Register("SO_OOBINLINE")] [System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead...
SoBindaddr SoBroadcast SoKeepalive SoLinger SoOobinline SoRcvbuf SoReuseaddr SoReuseport SoSndbuf SoTimeout TcpNodelay SocketPermission SocketTimeoutException StandardProtocolFamily StandardSocketOptions UnknownHostException UnknownServiceException URI URISyntaxException ...
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream. C# 複製 [Android.Runtime.Register("SO_OOBINLINE")] [System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly ...
[Android.Runtime.Register("SO_OOBINLINE")] public static int SoOobinline { get; } Property Value Int32 Attributes RegisterAttribute Remarks Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the ...
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream. C# [Android.Runtime.Register("SO_OOBINLINE")] [System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead...