Event arguments class for the EncryptAsyncCompleted event.

Namespace: Starksoft.Net.Proxy
Assembly:  Starksoft.Net.Proxy (in Starksoft.Net.Proxy.dll)

Syntax

C#
public class CreateConnectionAsyncCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class CreateConnectionAsyncCompletedEventArgs _
	Inherits AsyncCompletedEventArgs

Inheritance Hierarchy

System..::Object
  System..::EventArgs
    System.ComponentModel..::AsyncCompletedEventArgs
      Starksoft.Net.Proxy..::CreateConnectionAsyncCompletedEventArgs

See Also