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