Chimney.MPD.ResponseConfig.ResponseConfig C# (CSharp) Метод

ResponseConfig() публичный Метод

public ResponseConfig ( int id, StreamSocket socket ) : System
id int
socket Windows.Networking.Sockets.StreamSocket
Результат System
        public ResponseConfig(int id, StreamSocket socket)
        {
            this.id = id;
            this.socket = socket;
        }