RemovePrefix() 개인적인 메소드

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