18 implementations of LocalAddress
System.ServiceModel (17)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3206
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
29
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\DuplexChannel.cs (1)
21
public virtual EndpointAddress
LocalAddress
System\ServiceModel\Channels\InputChannel.cs (1)
21
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
131
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
87
public virtual EndpointAddress
LocalAddress
185
public override EndpointAddress
LocalAddress
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
32
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
91
public EndpointAddress
LocalAddress
559
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
50
public override EndpointAddress
LocalAddress
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
716
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
901
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
270
public EndpointAddress
LocalAddress
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
48
public EndpointAddress
LocalAddress
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1124
public EndpointAddress
LocalAddress
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3164
public EndpointAddress
LocalAddress
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
23
public EndpointAddress
LocalAddress
21 references to LocalAddress
System.ServiceModel (20)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1252
: base(channelManager, innerChannel.
LocalAddress
)
3208
get { return this.InnerChannel.
LocalAddress
; }
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
339
return channel.
LocalAddress
;
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
31
get { return this.InnerChannel.
LocalAddress
; }
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
25
get { return this.InnerChannel.
LocalAddress
; }
System\ServiceModel\Channels\InputChannel.cs (2)
243
if (channel.
LocalAddress
!= null)
245
return new TimeoutException(SR.GetString(SR.ReceiveTimedOut, channel.
LocalAddress
.Uri.AbsoluteUri, timeout));
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
133
get { return this.innerInputChannel.
LocalAddress
; }
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
89
get { return InnerChannel.
LocalAddress
; }
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
561
get { return this.InnerChannel.
LocalAddress
; }
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
119
return this.InnerChannel.
LocalAddress
;
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
720
return this.InnerDuplexChannel.
LocalAddress
;
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
903
get { return this.InnerChannel.
LocalAddress
; }
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
694
EndpointAddress localAddress = (channel == null) ? null : channel.
LocalAddress
;
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
274
return InnerChannel.
LocalAddress
;
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
257
return input.
LocalAddress
;
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
132
get { return this.channel.
LocalAddress
; }
257
EndpointAddress address = this.channel.RemoteAddress ?? this.channel.
LocalAddress
;
1126
get { return this.innerChannel.
LocalAddress
; }
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
46
get { return this.channel.
LocalAddress
; }
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
31
return this.InnerChannel.
LocalAddress
;