System.Runtime.Remoting.RemoteAppEntry.RemoteAppEntry C# (CSharp) Method

RemoteAppEntry() private method

private RemoteAppEntry ( String appName, String appURI ) : System
appName String
appURI String
return System
        internal RemoteAppEntry(String appName, String appURI)
        {
            BCLDebug.Assert(appURI != null, "Bad remote app URI");
            _remoteAppName = appName;
            _remoteAppURI = appURI;
        }
        internal String GetAppURI() { return _remoteAppURI;}