1 write to serviceProxy
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
127
serviceProxy
= localProxy;
9 references to serviceProxy
System.ServiceModel (9)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (9)
38
if (
serviceProxy
!= null)
40
IChannel channel =
serviceProxy
.GetTransparentProxy() as IChannel;
55
if (
serviceProxy
!= null)
74
if (
serviceProxy
!= null)
91
if (
serviceProxy
== null)
95
if (
serviceProxy
== null)
129
if (
serviceProxy
== null)
136
if ((
serviceProxy
== null) && (serviceChannelFactory != null))
142
return
serviceProxy
;