2 overrides of Name
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\AddressHeader.cs (2)
293public override string Name 365public override string Name
8 references to Name
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\AddressHeader.cs (4)
119return GetValue<T>(DataContractSerializerDefaults.CreateSerializer(typeof(T), Name, Namespace, int.MaxValue/*maxItems*/)); 137throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.ExpectedElementMissing, Name, Namespace))); 159writer.WriteStartElement(Name, Namespace); 222get { return _parameter.Name; }
System\ServiceModel\Channels\AddressHeaderCollection.cs (2)
91if (header.Name == name && header.Namespace == ns) 117if (header.Name == name && header.Namespace == ns)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
294if (channelEncryptionParts.IsHeaderIncluded(header.Name, header.Namespace)) 296throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SRP.Format(SRP.SecurityNegotiationCannotProtectConfidentialEndpointHeader, target, header.Name, header.Namespace)));