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