Click or drag to resize

UrlRequestEventArgs Properties

The UrlRequestEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyReturnBinary The binary data for the handled URL, if applicable.
Public propertyReturnContentType The Content-Type header.
Public propertyReturnIsText If a text or binary writer should be used to send data
Public propertyReturnText The text data for the handled URL, if applicable.
Public propertyUrlHandled If a set data method has been used
Top
See Also