3 overrides of EndTryReceiveItem
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
1833protected override bool EndTryReceiveItem(IAsyncResult result, out RequestContext innerItem) 1916protected override bool EndTryReceiveItem(IAsyncResult result, out Message innerItem) 2010protected override bool EndTryReceiveItem(IAsyncResult result, out Message innerItem)
2 references to EndTryReceiveItem
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
1569bool innerReceiveCompleted = this.EndTryReceiveItem(asyncResult, out this.innerItem); 1603bool innerReceiveCompleted = thisResult.EndTryReceiveItem(result, out thisResult.innerItem);