18 implementations of Receive
System.ServiceModel (16)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3242
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
94
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\DuplexChannel.cs (1)
111
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\InputChannel.cs (1)
61
public virtual Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
151
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
111
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
124
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
95
public override Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
156
public Message
Receive
(TimeSpan timeout)
607
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
734
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
911
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
283
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
109
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1392
public Message
Receive
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3195
public Message
Receive
(TimeSpan timeout)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
99
public Message
Receive
(TimeSpan timeout)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
82
public Message
Receive
(TimeSpan timeout)
6 references to Receive
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3247
return this.InnerChannel.
Receive
(timeout);
System\ServiceModel\Channels\ContextDuplexSessionChannel.cs (1)
96
Message message = this.InnerChannel.
Receive
(timeout);
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
75
Message message = this.InnerChannel.
Receive
(timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
113
Message message = InnerChannel.
Receive
(timeout);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
609
Message result = this.InnerChannel.
Receive
(timeout);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
84
return this.InnerChannel.
Receive
(timeout);