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;
        }