I modify application (on c# .Net) based on arcobjects.
It is a desktop application. I use object AxMapControl Map1. I can load .mxd map in it.
Map1.LoadMxFile(mapName);
Map1.Refresh();
Now I need to load wms layer in this application. This wms layer is published and I know its url.
Tell me please can I use AxMapControl for this purpose? What classes and interfaces i need use to diplay wms layer?
UPDATE
I know it is possible, because I can do it in ArcMap 10.1 as user.