Edit

SocketInformation Struct

Definition

Encapsulates the information that is necessary to duplicate a Socket.

public value class SocketInformation
public struct SocketInformation
type SocketInformation = struct
Public Structure SocketInformation
Inheritance
SocketInformation

Remarks

Socket.DuplicateAndClose creates a SocketInformation instance for use with the Socket.Socket(SocketInformation) constructor.

Properties

Name Description
Options

Gets or sets the options for a Socket.

ProtocolInformation

Gets or sets the protocol information for a Socket.

Applies to