Hi can any1 explain this code to me? i dont qute understand.
strIPaddress is a ip address and strPort is the port number.
_objExtAccess=(IExtranetAccess)Activator.GetObject(
typeof(IExtranetAccess),
"tcp://"+strIPAddress+":"+strPort+"/ExtranetAccessService");
Thanks.