4 overrides of Name
System.ServiceModel (4)
System\ServiceModel\Channels\AddressHeader.cs (2)
272
public override string
Name
346
public override string
Name
System\ServiceModel\Channels\ContextAddressHeader.cs (1)
22
public override string
Name
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (1)
34
public override string
Name
12 references to Name
System.ServiceModel (12)
System\ServiceModel\Channels\AddressHeader.cs (4)
107
return GetValue<T>(DataContractSerializerDefaults.CreateSerializer(typeof(T), this.
Name
, this.Namespace, int.MaxValue/*maxItems*/));
119
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.ExpectedElementMissing,
Name
, Namespace)));
149
writer.WriteStartElement(
Name
, Namespace);
200
get { return parameter.
Name
; }
System\ServiceModel\Channels\AddressHeaderCollection.cs (2)
89
if (header.
Name
== name && header.Namespace == ns)
110
if (header.
Name
== name && header.Namespace == ns)
System\ServiceModel\Channels\CallbackContextMessageProperty.cs (1)
198
if (builder.Headers[i].
Name
== ContextMessageHeader.ContextHeaderName && builder.Headers[i].Namespace == ContextMessageHeader.ContextHeaderNamespace)
System\ServiceModel\Dispatcher\EndpointAddressMessageFilter.cs (1)
240
qname.name = parameter.
Name
;
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (2)
188
qname.name = parameter.
Name
;
768
qname.name = parameter.
Name
;
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
296
if (channelEncryptionParts.IsHeaderIncluded(header.
Name
, header.Namespace))
298
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SR.GetString(SR.SecurityNegotiationCannotProtectConfidentialEndpointHeader, target, header.
Name
, header.Namespace)));