Client.useService

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void useService(string uri)
  2. T useService(string uri)
    class Client
    T
    useService
    (
    T
    string namespace = ""
    )
    (
    string uri = ""
    )
    if (
    is(T == interface) ||
    is(T == class)
    )

Meta