1 write to properties
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
688
properties
= new ListDictionary();
4 references to properties
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannelProxy.cs (4)
686
if (
properties
== null)
690
return
properties
;
726
if (
properties
== null)
732
return
properties
.GetEnumerator();