Encodes JPIP parameters and creates a valid System.Net.HttpWebRequest.
fields
The Leadtools.Jpip.RequestFields to be transmitted to the JPIP server.
path
A System.String value identifying the server URI.
postedData
An array of bytes to be sent in the request message body. This value can be null.
An System.Net.HttpWebRequest ready to transmit the JPIP request to the server.
If postedData is specified, the System.Net.HttpWebRequest will be created with a POST method and all fields will be encoded to the message body.
You can use the postedData parameter to optimize the process of encoding when sending cache information.
If postedData is null the System.Net.HttpWebRequest will be created with a Get method with the fields encoded in the request URL.
For an example, refer to HttpRequestEncoder.
Products |
Support |
Feedback: Encode Method - Leadtools.Jpip |
Introduction |
Help Version 19.0.2017.3.22
|