1 write to info
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\DelegatingHeader.cs (1)
24
this.
info
= info;
9 references to info
System.ServiceModel.Routing (9)
System\ServiceModel\Routing\DelegatingHeader.cs (9)
33
this.index = this.originalHeaders.FindHeader(this.
info
.Name, this.
info
.Namespace);
36
throw FxTrace.Exception.AsError(new InvalidOperationException(SR.SourceHeaderNotFound(this.
info
.Name, this.
info
.Namespace)));
56
get { return this.
info
.Name; }
61
get { return this.
info
.Namespace; }
66
get { return this.
info
.MustUnderstand; }
71
get { return this.
info
.Actor; }
76
get { return this.
info
.IsReferenceParameter; }