PgmTransport.SendingThread.SendingPipeInfo.SendingPipeInfo C# (CSharp) Method

SendingPipeInfo() public method

public SendingPipeInfo ( TransportPipe pipe, SocketAsyncEventArgs eventArgs ) : System
pipe TransportPipe
eventArgs System.Net.Sockets.SocketAsyncEventArgs
return System
            public SendingPipeInfo(TransportPipe pipe, SocketAsyncEventArgs eventArgs)
            {
                Pipe = pipe;
                EventArgs = eventArgs;
            }
SendingThread.SendingPipeInfo