RemoveAll() private method

private RemoveAll ( bool clear ) : void
clear bool
return void
Example #1
0
 public void Clear() => _httpListener.RemoveAll(true);
Example #2
0
 public void Clear()
 {
     m_HttpListener.RemoveAll(true);
 }