Exemplo n.º 1
0
 internal HubClientProxy(HubContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public static T Build(HubContext context, IEnumerable <IPhotonWirePeer> targetPeers)
 {
     return(builder.Value(context, targetPeers));
 }