1 write to transportManagerDirectory
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (1)
91
transportManagerDirectory
= tempDirectory;
5 references to transportManagerDirectory
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\HttpHostedTransportConfiguration.cs (5)
119
Fx.Assert(
transportManagerDirectory
.Count == 1, "There should be only one TM in this mode");
120
return
transportManagerDirectory
[0];
124
switch (this.
transportManagerDirectory
.Count)
131
HostedHttpTransportManager manager = this.
transportManagerDirectory
[0];
152
foreach (HostedHttpTransportManager manager in this.
transportManagerDirectory
)