public IIpV6Client Represent(IRepresentationContext context = null) { if (context == null) { context = new RepresentationContext(); } return(RepresentFactory.CreateIpClient(this, context)); }
public ICity Represent(IRepresentationContext context = null) { if (context == null) { context = new RepresentationContext(); } return(RepresentFactory.CreateCity(this, context)); }
public ILocation Represent(IRepresentationContext context = null) { return(RepresentFactory.CreateLocation(this, context)); }