AddPrefix() private method

private AddPrefix ( string uriPrefix ) : void
uriPrefix string
return void
Ejemplo n.º 1
0
 public void Add(string uriPrefix) => _httpListener.AddPrefix(uriPrefix);
Ejemplo n.º 2
0
 public void Add(string uriPrefix)
 {
     m_HttpListener.AddPrefix(uriPrefix);
 }