15 references to Channel
System.Data.Services (1)
System\Data\Services\DelegateBodyWriter.cs (1)
81ctx.Channel.Abort();
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
631IChannel channel = OperationContext.Current.Channel; 656IChannel channel = OperationContext.Current.Channel;
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (1)
45int channelKey = operationContext.Channel.GetHashCode();
System\ServiceModel\Activities\InternalSendMessage.cs (1)
971Collection<CorrelationQueryBehavior> correlationQueryBehaviors = instance.OperationContext.Channel.Extensions.FindAll<CorrelationQueryBehavior>();
System.ServiceModel.Routing (8)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
166throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR.ErrorHandlingNotSupportedTxNoRC(messageRpc.OperationContext.Channel.LocalAddress)));
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (2)
47throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR.ReqReplyMulticastNotSupported(this.messageRpc.OperationContext.Channel.LocalAddress), matchesException)); 70throw FxTrace.Exception.AsError(new ConfigurationErrorsException(SR.ErrorHandlingNotSupportedReqReplyTxn(this.messageRpc.OperationContext.Channel.LocalAddress)));
System\ServiceModel\Routing\RoutingService.cs (5)
60IContextChannel channel = this.operationContext.Channel; 280TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.ToString(), exception); 297TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.ToString(), exception); 314TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.ToString(), exception); 331TD.RoutingServiceProcessingFailure(this.eventTraceActivity, OperationContext.Current.Channel.LocalAddress.ToString(), exception);
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
51Uri baseUri = UriTemplate.RewriteUri(OperationContext.Current.Channel.LocalAddress.Uri, WebOperationContext.Current.IncomingRequest.Headers[HttpRequestHeader.Host]); 73Uri baseUri = UriTemplate.RewriteUri(OperationContext.Current.Channel.LocalAddress.Uri, WebOperationContext.Current.IncomingRequest.Headers[HttpRequestHeader.Host]);