System.Net.Sockets.Socket.Socket C# (CSharp) Méthode

Socket() public méthode

public Socket ( SocketInformation socketInformation ) : System.Collections.Generic
socketInformation SocketInformation
Résultat System.Collections.Generic
        public Socket(SocketInformation socketInformation)
        {
            //
            // This constructor works in conjunction with DuplicateAndClose, which is not supported.
            // See comments in DuplicateAndClose.
            //
            throw new PlatformNotSupportedException(SR.net_sockets_duplicateandclose_notsupported);
        }

Same methods

Socket::Socket ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : System.Collections.Generic
Socket::Socket ( SafeCloseSocket fd ) : System.Collections.Generic
Socket::Socket ( SocketType socketType, ProtocolType protocolType ) : System.Collections.Generic