Example #1
0
 /// <summary>
 /// Assign the context which can be used to communicate with the client
 /// </summary>
 /// <param name="context">Context</param>
 void INetworkService.Assign(IServerClientContext context)
 {
     this.Context = (MessagingClientContext)context;
 }
 /// <summary>
 /// Assign the context which can be used to communicate with the client
 /// </summary>
 /// <param name="context">Context</param>
 void IServerService.Assign(IServerClientContext context)
 {
     Context = (MessagingClientContext) context;
 }