2 implementations of LocalAddress
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
291
public EndpointAddress
LocalAddress
System\ServiceModel\ClientBase.cs (1)
1222
EndpointAddress IContextChannel.
LocalAddress
13 references to LocalAddress
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
1224
get { return ((IContextChannel)this.channel).
LocalAddress
; }
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
1300
OperationContext.Current.OutgoingMessageHeaders.ReplyTo = clientChannel.
LocalAddress
;
System.ServiceModel.Routing (9)
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\RoutingBehavior.cs (1)
240
RoutingUtilities.Abort(channel, channel.
LocalAddress
);
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
257
RoutingUtilities.Abort(this.channel, this.channel.
LocalAddress
);
System\ServiceModel\Routing\RoutingService.cs (4)
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]);