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

ResponseConfig() public method

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