Exemplo n.º 1
0
 internal void UpdateFromProxy(Proxy_Auth proxy)
 {
 }
Exemplo n.º 2
0
        public Proxy_Auth ToProxy()
        {
            Proxy_Auth result_ = new Proxy_Auth();

            return(result_);
        }
Exemplo n.º 3
0
 public Auth(Proxy_Auth proxy)
 {
     this.UpdateFromProxy(proxy);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Creates a new Auth from a Proxy_Auth.
 /// </summary>
 /// <param name="proxy"></param>
 public Auth(Proxy_Auth proxy)
 {
     UpdateFrom(proxy);
 }