9 references to HelpBeginReceive
System.ServiceModel (9)
System\ServiceModel\Channels\DuplexChannel.cs (1)
135
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Channels\InputChannel.cs (1)
87
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
163
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
138
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
107
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
746
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
923
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
295
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3207
return InputChannel.
HelpBeginReceive
(this, timeout, callback, state);