1 instantiation of NullSecurityProtocolCloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecurityChannel.cs (1)
82return new NullSecurityProtocolCloseAsyncResult(callback, state);
3 references to NullSecurityProtocolCloseAsyncResult
System.ServiceModel (3)
System\ServiceModel\Security\SecurityChannel.cs (3)
88if (result is NullSecurityProtocolCloseAsyncResult) 90NullSecurityProtocolCloseAsyncResult.End(result); 127AsyncResult.End<NullSecurityProtocolCloseAsyncResult>(result);