1 write to channelBuilderSettings
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
33this.channelBuilderSettings = channelBuilderSettings;
2 references to channelBuilderSettings
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);