Chimney.MPD.ResponseEventArgs.ResponseEventArgs C# (CSharp) Method

ResponseEventArgs() public method

public ResponseEventArgs ( StreamSocket socket, int id, int position ) : System
socket Windows.Networking.Sockets.StreamSocket
id int
position int
return System
        public ResponseEventArgs(StreamSocket socket, int id, int position)
        {
            this.socket = socket;
            this.id = id;
            this.position = position;
        }

Same methods

ResponseEventArgs::ResponseEventArgs ( StreamSocket socket, int id, int position, List arguments ) : System
ResponseEventArgs