RaumfeldNET.ContentDirectoryBrowser.ContentDirectoryBrowser C# (CSharp) Метод

ContentDirectoryBrowser() публичный Метод

public ContentDirectoryBrowser ( string _rootContainerId = "", UPNP _upnpStack = null ) : System
_rootContainerId string
_upnpStack UPNP
Результат System
        public ContentDirectoryBrowser(string _rootContainerId = "", UPNP.UNPN _upnpStack = null)
            : base(_upnpStack)
        {
            rootContainerId = _rootContainerId;
        }