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