예제 #1
0
파일: Hub.cs 프로젝트: shi377034/PhotonWire
 internal HubClientProxy(HubContext context)
 {
     this.context = context;
 }
예제 #2
0
 public static T Build(HubContext context, IEnumerable <IPhotonWirePeer> targetPeers)
 {
     return(builder.Value(context, targetPeers));
 }