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