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

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

private WSAIoctl_Blocking ( [ socketHandle, [ ioControlCode, [ inBuffer, [ inBufferSize, [ outBuffer, [ outBufferSize, [ bytesTransferred, [ overlapped, [ completionRoutine ) : SocketError
socketHandle [
ioControlCode [
inBuffer [
inBufferSize [
outBuffer [
outBufferSize [
bytesTransferred [
overlapped [
completionRoutine [
Результат SocketError
            internal static extern SocketError WSAIoctl_Blocking(
                                                [In] IntPtr socketHandle,
                                                [In] int ioControlCode,
                                                [In] byte[] inBuffer,
                                                [In] int inBufferSize,
                                                [Out] byte[] outBuffer,
                                                [In] int outBufferSize,
                                                [Out] out int bytesTransferred,
                                                [In] IntPtr overlapped,
                                                [In] IntPtr completionRoutine
                                                );