EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.OnRedirection

TElAS2Client    


 

This event is fired when HTTP redirection is to be performed.

 
 

Declaration

[C#]
    event TSBHTTPRedirectionEvent OnRedirection;
    delegate void TSBHTTPRedirectionEvent(object Sender, string OldURL, string NewURL, ref bool AllowRedirection);

[VB.NET]
    Event OnRedirection As TSBHTTPRedirectionEvent
    Delegate Sub TSBHTTPRedirectionEvent(ByVal Sender As Object, ByVal OldURL As String, ByVal NewURL As String, ByRef AllowRedirection As Boolean)

[Pascal]
    property OnRedirection: TSBHTTPRedirectionEvent;
    TSBHTTPRedirectionEvent = procedure(Sender: TObject; OldURL, NewURL: string; var AllowRedirection: boolean) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • OldURL - redirection source
  • NewURL - redirection destination
  • AllowRedirection - specifies if redirection should be allowed
 
 

Description

    This event is fired when redirection response is received from server.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation