1 write to channelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
39
set { this.
channelAcceptor
= value; }
13 references to channelAcceptor
System.ServiceModel (13)
System\ServiceModel\Channels\DelegatingChannelListener.cs (13)
38
get { return this.
channelAcceptor
; }
44
return this.
channelAcceptor
.AcceptChannel(timeout);
49
return this.
channelAcceptor
.BeginAcceptChannel(timeout, callback, state);
54
return this.
channelAcceptor
.EndAcceptChannel(result);
59
return this.
channelAcceptor
.WaitForChannel(timeout);
64
return this.
channelAcceptor
.BeginWaitForChannel(timeout, callback, state);
69
return this.
channelAcceptor
.EndWaitForChannel(result);
75
if (this.
channelAcceptor
!= null)
77
this.
channelAcceptor
.Abort();
83
return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.
channelAcceptor
);
95
this.
channelAcceptor
.Close(timeoutHelper.RemainingTime());
100
return new ChainedOpenAsyncResult(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen, this.
channelAcceptor
);
112
this.
channelAcceptor
.Open(timeoutHelper.RemainingTime());