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