1 write to channelType
System.ServiceModel (1)
System\ServiceModel\ChannelFactory.cs (1)
541this.channelType = channelType;
5 references to channelType
System.ServiceModel (5)
System\ServiceModel\ChannelFactory.cs (5)
826ContractDescription contractDescription = this.TypeLoader.LoadContractDescription(this.channelType); 830this.TypeLoader.AddBehaviorsSFx(endpoint, channelType); 878throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.channelType.Name))); 892throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.channelType.Name))); 906throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.channelType.Name)));