Home | History | Annotate | Download | only in avahi-sharp

Lines Matching full:info

175             ServiceInfo info;
176 info.NetworkInterface = iface;
177 info.Protocol = proto;
178 info.Domain = Utility.PtrToString (domain);
179 info.ServiceType = Utility.PtrToString (type);
180 info.Name = Utility.PtrToString (name);
181 info.HostName = Utility.PtrToString (host);
182 info.Address = Utility.PtrToAddress (address);
183 info.Port = port;
186 info.Address.ScopeId = iface;
198 info.Text = (byte[][]) txtlist.ToArray (typeof (byte[]));
199 info.Flags = flags;
203 currentInfo = info;
206 handler (this, new ServiceInfoArgs (info));