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
                                               );