namespace Emby.Dlna { public interface IUpnpService { /// /// Gets the content directory XML. /// /// System.String. string GetServiceXml(); /// /// Processes the control request. /// /// The request. /// ControlResponse. ControlResponse ProcessControlRequest(ControlRequest request); } }