Declaration
  property FromName: string;
Description
  The FromName property specifies the name of the sender of outgoing  streams. This property is picked up by the server so recipients of data will know who it is coming from.  server用哪个属性可以得到这个值。 
  例如:
    客户端:NMStrm1.FromName := '旗山矿';
    服务器:要怎么写,才能得到这个值?
    NMStrmServ1.Host;不行啊,它只能得到 client 的ip