2 references to ContextPropertyNameAttribute
System.ServiceModel (2)
System\ServiceModel\Channels\ContextMessageHeader.cs (2)
133
string propertyName = reader.GetAttribute(
ContextPropertyNameAttribute
);
165
writer.WriteAttributeString(
ContextPropertyNameAttribute
, null, pair.Key);