Exemplo n.º 1
0
 public void CloseWCFStreamingServerOnProxy()
 {
     try
     {
         if (m_proxy != null)
         {
             m_proxy.CloseWCFStreamingServer();
         }
         else
         {
             throw (new SystemException("proxy not initialize"));
         }
     }
     catch (Exception err)
     {
         throw (new SystemException(err.Message));
     }
 }