示例#1
0
 public virtual IConfiguration Configure()
 {
     // FIXME: Consider throwing NotSupportedException here.
     // throw new NotSupportedException();
     lock (Lock())
     {
         CheckClosed();
         return(_server.Configure());
     }
 }