Returns the object URI as an out parameter, and the URI of the current channel as the return value.
Declaring type: NullChannel
Namespace: Zyan.Communication.Protocols.Null
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public string Parse (
        string url,
        out string objectUri
) 
Parameters
url
Complete url.
objectUri
Object uri part.
Return Value
Channel url, if parsing was successful, otherwise, false.