1 write to Bindings
System.Web.Services (1)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (1)
262
Bindings
= new string[entry.Properties["ServerBindings"].Count];
4 references to Bindings
System.Web.Services (4)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (4)
159
if (settings == null || settings.
Bindings
== null) { //SchemaClassName != "IIsWebServer"
163
foreach (string bindingsEntry in settings.
Bindings
) {
263
for (int i = 0; i <
Bindings
.Length; ++i) {
264
Bindings
[i] = (string) (entry.Properties["ServerBindings"][i]);