3 writes to requestInfo
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
96this.requestInfo = new RequestInfo(this); 175this.requestInfo = new RequestInfo(this); 203this.requestInfo = new RequestInfo(this);
59 references to requestInfo
System.ServiceModel (59)
System\ServiceModel\Dispatcher\ChannelHandler.cs (59)
367this.requestInfo.Cleanup(); 385ServiceChannel channel = this.requestInfo.Channel; 386EndpointDispatcher endpoint = this.requestInfo.Endpoint; 391DispatchRuntime dispatchBehavior = this.requestInfo.DispatchRuntime; 469this, cleanThread, currentOperationContext, this.requestInfo.ExistingInstanceContext, eventTraceActivity); 477this.requestInfo.ChannelHandlerOwnsCallThrottle = false; 479rpc.MessageRpcOwnsInstanceContextThrottle = this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle; 480this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle = false; 550this.requestInfo.Channel = this.channel; 552if (this.requestInfo.Channel == null) 557this.requestInfo.Channel = this.GetSessionChannel(request.RequestMessage, out this.requestInfo.Endpoint, out addressMatched); 561this.requestInfo.Channel = this.GetDatagramChannel(request.RequestMessage, out this.requestInfo.Endpoint, out addressMatched); 564if (this.requestInfo.Channel == null) 579this.requestInfo.Endpoint = this.requestInfo.Channel.EndpointDispatcher; 583if (this.InstanceContextServiceThrottle != null && this.requestInfo.Channel.InstanceContextServiceThrottle == null) 585this.requestInfo.Channel.InstanceContextServiceThrottle = this.InstanceContextServiceThrottle; 589this.requestInfo.EndpointLookupDone = true; 591if (this.requestInfo.Channel == null) 594TraceUtility.TraceDroppedMessage(request.RequestMessage, this.requestInfo.Endpoint); 599if (this.requestInfo.Channel.HasSession || this.isCallback) 601this.requestInfo.DispatchRuntime = this.requestInfo.Channel.DispatchRuntime; 605this.requestInfo.DispatchRuntime = this.requestInfo.Endpoint.DispatchRuntime; 756this.listener.ChannelDispatcher.ProvideFault(e, this.requestInfo.Channel == null ? this.binder.Channel.GetProperty<FaultConverter>() : this.requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 965if (this.requestInfo.RequestContext != null) 970this.requestInfo.RequestContext = request; 983if (this.requestInfo.ChannelHandlerOwnsCallThrottle) 987this.requestInfo.ChannelHandlerOwnsCallThrottle = true; 995this.requestInfo.Channel.CompletedIOOperation(); 998if (!this.TryAcquireThrottle(request, (this.requestInfo.ExistingInstanceContext == null))) 1003if (this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle) 1007this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle = (this.requestInfo.ExistingInstanceContext == null); 1465this.requestInfo.Cleanup(); 1542this.requestInfo.Cleanup(); 1629this.requestInfo.Cleanup(); 1784if (this.requestInfo.ChannelHandlerOwnsCallThrottle) 1788this.requestInfo.ChannelHandlerOwnsCallThrottle = true; 1797this.requestInfo.Channel.CompletedIOOperation(); 1799if (this.TryAcquireThrottle(request, (this.requestInfo.ExistingInstanceContext == null))) 1801if (this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle) 1805this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle = (this.requestInfo.ExistingInstanceContext == null); 1854if (!this.requestInfo.EndpointLookupDone) 1859if (this.requestInfo.Channel == null) 1864if (this.requestInfo.DispatchRuntime != null) 1866IContextChannel transparentProxy = this.requestInfo.Channel.Proxy as IContextChannel; 1869this.requestInfo.ExistingInstanceContext = this.requestInfo.DispatchRuntime.InstanceContextProvider.GetExistingInstanceContext(request.RequestMessage, transparentProxy); 1878this.requestInfo.Channel = null; 1902TraceUtility.TraceDroppedMessage(request.RequestMessage, this.requestInfo.Endpoint); 1938if (this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle) 1942this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle = (this.requestInfo.ExistingInstanceContext == null);