1 write to serviceChannel
System.ServiceModel (1)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
117serviceChannel = 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)
43if (serviceChannel != null) 71if (serviceChannel != null) 80if (serviceChannel != null) 81serviceChannel.Close(); 95if (serviceChannel == null) 100if (serviceChannel == null) 120if (serviceChannel == null) 127if ((serviceChannel == null) && (serviceChannelFactory != null)) 135return serviceChannel;