RaumfeldNET.ContentDirectoryBrowser.ContentDirectoryBrowser C# (CSharp) Method

ContentDirectoryBrowser() public method

public ContentDirectoryBrowser ( string _rootContainerId = "", UPNP _upnpStack = null ) : System
_rootContainerId string
_upnpStack UPNP
return System
        public ContentDirectoryBrowser(string _rootContainerId = "", UPNP.UNPN _upnpStack = null)
            : base(_upnpStack)
        {
            rootContainerId = _rootContainerId;
        }