Esempio n. 1
0
        public  ViewerApplication()
        {
            _client = new RemoteClientInformation
                          {
                              IPAddress = GetClientAddress(OperationContext.Current)
                          };

        }