SocketInformation Structure

Définition

Encapsule les informations nécessaires pour dupliquer un Socket.

public value class SocketInformation
public struct SocketInformation
[System.Serializable]
public struct SocketInformation
type SocketInformation = struct
[<System.Serializable>]
type SocketInformation = struct
Public Structure SocketInformation
Héritage
SocketInformation
Attributs

Remarques

Socket.DuplicateAndClose crée une SocketInformation instance à utiliser avec le Socket.Socket(SocketInformation) constructeur.

Propriétés

Options

Obtient ou définit les options d'un Socket.

ProtocolInformation

Obtient ou définit les informations de protocole d'un Socket.

S’applique à