2 writes to ProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Channels\ContextBindingElement.cs (2)
53
this.
ProtectionLevel
= protectionLevel;
62
this.
ProtectionLevel
= other.ProtectionLevel;
8 references to ProtectionLevel
System.ServiceModel (8)
System\ServiceModel\Channels\ContextBindingElement.cs (5)
62
this.ProtectionLevel = other.
ProtectionLevel
;
209
if (typeof(T) == typeof(ChannelProtectionRequirements) && this.
ProtectionLevel
!= ProtectionLevel.None)
214
return (T)(object)ContextMessageHeader.GetChannelProtectionRequirements(this.
ProtectionLevel
);
219
requirements.Add(ContextMessageHeader.GetChannelProtectionRequirements(this.
ProtectionLevel
));
276
if (this.
ProtectionLevel
!= other.protectionLevel)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
54
switch (bindingElement.
ProtectionLevel
)
System\ServiceModel\NetTcpContextBinding.cs (1)
117
contextBinding.ContextProtectionLevel = contextBindingElement.
ProtectionLevel
;
System\ServiceModel\WSHttpContextBinding.cs (1)
144
contextBinding.ContextProtectionLevel = contextBindingElement.
ProtectionLevel
;