示例#1
0
 public HubConnectionProxy(HubConnection connection, SendType type)
 {
     this.connection = connection;
     this.type       = type;
 }
示例#2
0
 public ListenerProxy(HubConnection connection)
 {
     this.connection = connection;
 }