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