SocketTools .NET Edition

HttpClient.RedirectEventArgs Class

Provides data for the OnRedirect event.

For a list of all members of this type, see HttpClient.RedirectEventArgs Members.

System.Object
   System.EventArgs
      SocketTools.HttpClient.RedirectEventArgs

[Visual Basic]
Public Class HttpClient.RedirectEventArgs
    Inherits EventArgs
[C#]
public class HttpClient.RedirectEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

RedirectEventArgs provides the location of the redirected resource.

Requirements

Namespace: SocketTools

Assembly: SocketTools.HttpClient (in SocketTools.HttpClient.dll)

See Also

HttpClient.RedirectEventArgs Members | SocketTools Namespace