1 instantiation of OpenListenerStateAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
259return new OpenListenerStateAsyncResult(this, timeout, callback, state);
4 references to OpenListenerStateAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelListener.cs (4)
264OpenListenerStateAsyncResult.End(result); 628OpenListenerStateAsyncResult self = (OpenListenerStateAsyncResult)(result.AsyncState); 645AsyncResult.End<OpenListenerStateAsyncResult>(result);