Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SocketInformation Struct

Definition

Namespace:
System.Net.Sockets
Assemblies:
netstandard.dll, System.Net.Sockets.dll
Assembly:
System.Net.Sockets.dll
Assembly:
System.dll
Assembly:
netstandard.dll
Source:
SocketInformation.cs
Source:
SocketInformation.cs
Source:
SocketInformation.cs
Source:
SocketInformation.cs
Source:
SocketInformation.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Encapsulates the information that is necessary to duplicate a Socket.

public value class SocketInformation
public struct SocketInformation
[System.Serializable]
public struct SocketInformation
type SocketInformation = struct
[<System.Serializable>]
type SocketInformation = struct
Public Structure SocketInformation
Inheritance
SocketInformation
Attributes

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


Feedback

Was this page helpful?