Returns an array of all the URLs for a URI.
Declaring type: TcpExChannel
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public string[] GetUrlsForUri (
        string objectURI
) 
Parameters
objectURI
The URI for which URLs are required.
Return Value
An array of the URLs.
Collapse/Expand Exceptions
Exception type Condition
SecurityException The immediate caller does not have infrastructure permission.