1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
449
this.
channelParameters
= new ChannelParameterCollection(this);
7 references to channelParameters
System.ServiceModel (7)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (7)
541
return this.
channelParameters
as T;
596
if (this.
channelParameters
!= null)
598
requirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = this.
channelParameters
;
676
MaskingMode.None, faultMode, this.
channelParameters
, this.DefaultCloseTimeout, this.DefaultSendTimeout);
681
MaskingMode.None, faultMode, this.
channelParameters
, this.DefaultCloseTimeout, this.DefaultSendTimeout);
687
MaskingMode.None, faultMode, this.
channelParameters
, this.DefaultCloseTimeout, this.DefaultSendTimeout);
692
MaskingMode.None, faultMode, this.
channelParameters
, this.DefaultCloseTimeout, this.DefaultSendTimeout);