1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
108
this.
channelParameters
= value;
3 references to channelParameters
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocol.cs (3)
103
return this.
channelParameters
;
193
if (this.
channelParameters
!= null)
195
requirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = this.
channelParameters
;