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

setsockopt() private method

private setsockopt ( [ handle, [ optionLevel, [ optionName, [ linger, [ optionLength ) : SocketError
handle [
optionLevel [
optionName [
linger [
optionLength [
return SocketError
            internal static extern SocketError setsockopt(
                                               [In] IntPtr handle,
                                               [In] SocketOptionLevel optionLevel,
                                               [In] SocketOptionName optionName,
                                               [In] ref Linger linger,
                                               [In] int optionLength
                                               );