示例#1
0
		internal LlhWinNameService(LinkLayerHost owner)
			: base(owner)
		{
		}
示例#2
0
		internal LlhWlan(LinkLayerHost owner)
			: base(owner)
		{
		}
示例#3
0
		internal LlhNbns(LinkLayerHost owner)
			: base(owner)
		{
		}
示例#4
0
		internal LlhLlmnr(LinkLayerHost owner) : base(owner)
		{
		}
示例#5
0
		internal LlhNameService(LinkLayerHost owner)
		{
			Owner = owner;
		}