Ejemplo n.º 1
0
 public HubConnectionProxy(HubConnection connection, SendType type)
 {
     this.connection = connection;
     this.type       = type;
 }
Ejemplo n.º 2
0
 public ListenerProxy(HubConnection connection)
 {
     this.connection = connection;
 }