RemovePrefix() private method

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