SocketInformation Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Incapsula le informazioni necessarie per duplicare 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
- Ereditarietà
- Attributi
Commenti
Socket.DuplicateAndClose crea un'istanza SocketInformation per l'uso con il Socket.Socket(SocketInformation) costruttore .
Proprietà
| Nome | Descrizione |
|---|---|
| Options |
Ottiene e imposta le opzioni per un Socket. |
| ProtocolInformation |
Ottiene o imposta le informazioni di protocollo per un Socket. |