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

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

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