This topic has not yet been rated - Rate this topic

Socket.SetSocketOption Method

Sets a Socket option.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, Boolean) Sets the specified Socket option to the specified Boolean value.
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, Byte[]) Sets the specified Socket option to the specified value, represented as a byte array.
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, Int32) Sets the specified Socket option to the specified integer value.
Public method SetSocketOption(SocketOptionLevel, SocketOptionName, Object) Sets the specified Socket option to the specified value, represented as an object.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.