3 writes to Cookie
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
151this.Cookie = dictionary.Add(SecureConversationDec2005Strings.Cookie);
System\ServiceModel\XD.cs (2)
1015this.Cookie = dictionary.CreateString(ServiceModelStringsVersion1.String120, 120); 1049this.Cookie = dictionary.CreateString(ServiceModelStringsVersion1.String120, 120);
3 references to Cookie
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
180SecureConversationDictionaryStrings.Add(DXD.SecureConversationDec2005Dictionary.Cookie);
System\ServiceModel\Security\WSSecureConversation.cs (2)
444if (reader.IsStartElement(parent.SerializerDictionary.Cookie, XD.DotNetSecurityDictionary.Namespace)) 516writer.WriteStartElement(XD.DotNetSecurityDictionary.Prefix.Value, parent.SerializerDictionary.Cookie, XD.DotNetSecurityDictionary.Namespace);