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