1 write to listener
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerBinder.cs (1)
280
this.
listener
= listener;
6 references to listener
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
286
get { return this.
listener
; }
296
IReplySessionChannel channel = this.
listener
.AcceptChannel(timeout);
300
return new ReplyChannelBinder(channel,
listener
.Uri);
305
return this.
listener
.BeginAcceptChannel(timeout, callback, state);
310
IReplySessionChannel channel = this.
listener
.EndAcceptChannel(result);
314
return new ReplyChannelBinder(channel,
listener
.Uri);