Returns the object URI as an out parameter, and the URI of the current channel as the return value.
Declaring type: TcpExChannel
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public string Parse (
        string url,
        out string objectURI
) 
Parameters
url
The URL of the object.
objectURI
When this method returns, contains a System.String that holds the object URI. This parameter is passed uninitialized.
Return Value
The URI of the current channel, or null if the URI does not belong to this channel.
Collapse/Expand Exceptions
Exception type Condition
SecurityException The immediate caller does not have infrastructure permission.