4 references to InnerChannel
System.ServiceModel (4)
System\ServiceModel\Channels\OneWayChannelListener.cs (4)
238
return
InnerChannel
.BeginTryReceiveRequest(timeout, callback, state);
244
this.tryResult =
InnerChannel
.EndTryReceiveRequest(result, out context);
265
return
InnerChannel
.BeginReceiveRequest(timeout, callback, state);
270
return
InnerChannel
.EndReceiveRequest(result);