5 references to SessionContextIdsProperty
System.ServiceModel (5)
System\ServiceModel\Security\SecuritySessionFilter.cs (5)
83if (!message.Properties.TryGetValue(SessionContextIdsProperty, out propertyValue)) 99message.Properties.Add(SessionContextIdsProperty, contextIds); 113message.Properties.Remove(SessionContextIdsProperty); 297if (!message.Properties.TryGetValue(SessionContextIdsProperty, out propertyValue)) 335message.Properties.Remove(SessionContextIdsProperty);