1 write to messageSource
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
326
this.
messageSource
= new SynchronizedMessageSource(messageSource);
9 references to messageSource
System.ServiceModel (9)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (9)
99
get { return this.
messageSource
; }
120
message = this.
messageSource
.Receive(timeout);
155
IAsyncResult result = this.
messageSource
.BeginReceive(timeout, callback, state);
189
message = this.
messageSource
.EndReceive(result);
250
bool success = this.
messageSource
.WaitForMessage(timeout);
273
IAsyncResult result = this.
messageSource
.BeginWaitForMessage(timeout, callback, state);
305
bool success = this.
messageSource
.EndWaitForMessage(result);
824
this.channel.
messageSource
.BeginReceive(this.timeoutHelper.RemainingTime(), onCloseInputSession, this);
837
Message message = this.channel.
messageSource
.EndReceive(result);