Class EbicsTransportWin32
Transport implementation that ensures that Application.DoEvents() is periodically called while waiting for the HTTP response.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Win32.dll
Syntax
public class EbicsTransportWin32 : EbicsTransport, IEbicsTransport
Methods
OnWait()
If called from the UI thread that this will invoke Application.DoEvents().
Declaration
protected override void OnWait()