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