2 writes to endpointDispatcher
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
114
this.
endpointDispatcher
= endpointDispatcher;
246
this.
endpointDispatcher
= value;
10 references to endpointDispatcher
System.ServiceModel (10)
System\ServiceModel\Channels\ServiceChannel.cs (10)
197
if (this.
endpointDispatcher
!= null)
199
return this.
endpointDispatcher
.DispatchRuntime;
241
get { return this.
endpointDispatcher
; }
297
if (this.
endpointDispatcher
!= null)
299
this.localAddress = this.
endpointDispatcher
.EndpointAddress;
1811
if (TD.ClientChannelOpenStartIsEnabled() && this.
endpointDispatcher
== null)
1835
if ((this.
endpointDispatcher
!= null) && (this.
endpointDispatcher
.ListenUri != null))
1837
values["Uri"] = this.
endpointDispatcher
.ListenUri.ToString();
1851
if (this.
endpointDispatcher
== null && TD.ClientChannelOpenStopIsEnabled())