3 implementations of ServiceChannel
System.ServiceModel (3)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
52ServiceChannel IProvideChannelBuilderSettings.ServiceChannel
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
81ServiceChannel IProvideChannelBuilderSettings.ServiceChannel
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
50ServiceChannel IProvideChannelBuilderSettings.ServiceChannel
2 references to ServiceChannel
System.ServiceModel (2)
System\ServiceModel\ComIntegration\DispatchProxy.cs (2)
348ProxyOperationRuntime operationRuntime = channelBuilderSettings.ServiceChannel.ClientRuntime.GetRuntime().GetOperationByName(opDesc.Name); 353return channelBuilderSettings.ServiceChannel.Call(action, opDesc.IsOneWay, operationRuntime, ins, outs);