System.Net.UnsafeNclNativeMethods.OSSOCK.setsockopt C# (CSharp) Метод

setsockopt() приватный Метод

private setsockopt ( [ socketHandle, [ optionLevel, [ optionName, [ optionValue, [ optionLength ) : SocketError
socketHandle [
optionLevel [
optionName [
optionValue [
optionLength [
Результат SocketError
            internal static extern SocketError setsockopt(
                                               [In] SafeCloseSocket socketHandle,
                                               [In] SocketOptionLevel optionLevel,
                                               [In] SocketOptionName optionName,
                                               [In] ref int optionValue,
                                               [In] int optionLength
                                               );