System.Net.UnsafeNclNativeMethods.OSSOCK.setsockopt C# (CSharp) Method

setsockopt() private method

private setsockopt ( [ socketHandle, [ optionLevel, [ optionName, [ optionValue, [ optionLength ) : SocketError
socketHandle [
optionLevel [
optionName [
optionValue [
optionLength [
return SocketError
            internal static extern SocketError setsockopt(
                                               [In] SafeCloseSocket socketHandle,
                                               [In] SocketOptionLevel optionLevel,
                                               [In] SocketOptionName optionName,
                                               [In] ref int optionValue,
                                               [In] int optionLength
                                               );