Ejemplo n.º 1
0
 public T AddEndpoints(params IWcfEndpoint[] endpoints)
 {
     Endpoints.AddAll(endpoints);
     return((T)this);
 }