SocketInformation::Options Property
.NET Framework (current version)
Gets or sets the options for a Socket.
Assembly: System (in System.dll)
public: property SocketInformationOptions Options { SocketInformationOptions get(); void set(SocketInformationOptions value); }
Property Value
Type: System.Net.Sockets::SocketInformationOptionsA SocketInformationOptions instance.
Options include Connected, Listening, NonBlocking, and UseOnlyOverlappedIO.
.NET Framework
Available since 2.0
Available since 2.0
Show: