System.Runtime.Remoting.Channels.CrossAppDomainChannel.GetUrlsForUri C# (CSharp) Method

GetUrlsForUri() public method

public GetUrlsForUri ( String objectURI ) : String[]
objectURI String
return String[]
        public virtual String[] GetUrlsForUri(String objectURI)
        {
            throw new NotSupportedException(
                Environment.GetResourceString(
                    "NotSupported_Method"));
        }