1 write to hosts
System.ServiceModel.Activation (1)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
27
this.
hosts
= hosts;
3 references to hosts
System.ServiceModel.Activation (3)
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (3)
32
foreach (string host in this.
hosts
)
51
List<Uri> baseAddresses = new List<Uri>(this.
hosts
.Length);
54
foreach (string host in this.
hosts
)