1 write to serviceChannel
System.ServiceModel (1)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
117
serviceChannel
= serviceChannelFactory.CreateServiceChannel(new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri);
9 references to serviceChannel
System.ServiceModel (9)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (9)
43
if (
serviceChannel
!= null)
71
if (
serviceChannel
!= null)
80
if (
serviceChannel
!= null)
81
serviceChannel
.Close();
95
if (
serviceChannel
== null)
100
if (
serviceChannel
== null)
120
if (
serviceChannel
== null)
127
if ((
serviceChannel
== null) && (serviceChannelFactory != null))
135
return
serviceChannel
;