Example #1
0
 // MetadataExchange GetResponse service stub
 public byte[] Get(WsWsaHeader header, XmlReader reader)
 {
     DpwsWsxMetdataResponse mexResponse = new DpwsWsxMetdataResponse();
     return mexResponse.GetResponse(header, reader);
 }
        // Creates an instance of the metadata services class.
        public DpwsDeviceMexService(ProtocolVersion v) : base(v)
        {
            Init();

            m_response = new DpwsWsxMetdataResponse(v);
        }
        // Creates an instance of the metadata services class.
        public DpwsDeviceMexService(ProtocolVersion v) : base(v)
        {
            Init();

            m_response = new DpwsWsxMetdataResponse(v);
        }