ConcurrentRequestSender MembersC# API

The ConcurrentRequestSender type exposes the following members.
Constructors

  NameDescription
Public methodConcurrentRequestSender 
Create a new ConcurrentRequestSender.
Public methodConcurrentRequestSender(Int32)
Create a new ConcurrentRequestSender, specifying the maximum number of concurrent requests to send to the web server.
Public methodConcurrentRequestSender(IntPtr, Boolean)
For internal use only. Of no interest to the user.
Back to Top
Methods

  NameDescription
Public methodAddRequest
Add a Request to the list of requests that will be sent to the web server by a call to SendRequests .
Public methodDispose
Releases all resources used by the ConcurrentRequestSender
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic membergetCPtr
For internal use only. Of no interest to the user.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetResponses
Get a list of Response objects, where each response corresponds to a Request that was sent. The list is in the order in which the responses were received.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSendRequests
Sends a list of Request objects to the web server in parallel. A list containing the Response objects will be returned, in the order in which they were received.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Back to Top
See Also