NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SocketOption Members

Public:

Constructor

SocketOption Constructor [To be supplied.]

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Fields

IpAddMembership Add an IP group membership.
IpDropMembership Drop an IP group membership.
IpMulticastLoop IP Multicast loopback.
IpMulticastTTL IP multicast time to live.
OptionLevelIP Indicates socket options apply to IP sockets.
OptionLevelTCP Indicates socket options apply to TCP sockets.
SoAcceptConn Socket is listening.
SoBroadcast Permit sending broadcast messages on the socket.
SoDebug Record debugging information.
SoDontLingee Does not block waiting for unsent data to be sent.
SoDontRoute Do not route, send directly to interface addresses.
SoError Get error status and clear.
SoExclusiveAddrUse Enables a socket to be bound for exclusive access.
SoKeepalive Send keep-alives.
SoLinger Linger on close if unsent data is present.
SolSocket Indicates socket options apply to the socket itself.
SoMaxConn Maximum queue length that can be specified by Listen.
SoOOBInline Receives out-of-band data in the normal data stream.
SoRcvBuf Specifies the total per-socket buffer space reserved for receives. This is unrelated to the maximum message size or the size of a TCP window.
SoRcvLowat Receive low water mark.
SoRcvTimeo Receive timeout.
SoReuseAddr Allows the socket to be bound to an address that is already in use.
SoSndBuf Specifies the total per-socket buffer space reserved for sends. This is unrelated to the maximum message size or the size of a TCP window.
SoSndLowat Send low water mark.
SoSndTimeo Send timeout.
SoType Get socket type.
SoUseLoopback Bypass hardware when possible.
TcpBSDUrgent [To be supplied.]
TcpNodelay Disables the Nagle algorithm for send coalescing.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SocketOption Class | System.Net.Sockets Namespace