private static string ResolveUri(IWampClient client, string topicUri)
        {
            IWampCurieMapper mapper = client as IWampCurieMapper;

            return(mapper.Resolve(topicUri));
        }
Example #2
0
 public string Resolve(string curie)
 {
     return(mCurieMapper.Resolve(curie));
 }