RemovePrefix() private method

private RemovePrefix ( string uriPrefix ) : bool
uriPrefix string
return bool
Example #1
0
 public bool Remove(string uriPrefix) => _httpListener.RemovePrefix(uriPrefix);
Example #2
0
 public bool Remove(string uriPrefix)
 {
     return(m_HttpListener.RemovePrefix(uriPrefix));
 }