Property | Type | Description | |
---|---|---|---|
Formatted |
Method | Description | |
---|---|---|
ASPResponse ( |
Constructor
|
|
AddData ( |
Adds HeaderData to the current output
|
|
Send ( ) : void |
Sends all output to the browser
|
|
WriteDataLine ( ) : void |
Writes a Data line with the specified parameters
|
|
WriteDataLine ( List |
Writes a data line with the items provided in the List
|
|
WriteFreeformLine ( string Message ) : void |
Write's clean data to the stream
|
|
WriteHeaderDataPair ( object>.Dictionary |
Adds HeaderData to the current output
|
|
WriteHeaderLine ( ) : void |
Writes a Header line with the specified parameters
|
|
WriteHeaderLine ( List |
Writes a header line with the items provided in the List
|
|
WriteResponseStart ( ) : void |
Opens the ASP response with the Valid Data opening tag ( "O" )
|
|
WriteResponseStart ( bool IsValid ) : void |
Starts the ASP formatted response
|
Method | Description | |
---|---|---|
WriteResponseEnd ( ) : void |
Writes the closing ASP response tags
|
public ASPResponse ( |
||
Response | ||
Client | HttpClient | |
return | System |
public AddData ( |
||
Data | ||
return | void |
public WriteFreeformLine ( string Message ) : void | ||
Message | string | |
return | void |
public WriteHeaderDataPair ( object>.Dictionary |
||
Data | object>.Dictionary | |
return | void |
public WriteHeaderLine ( List |
||
Headers | List |
|
return | void |
public WriteResponseStart ( bool IsValid ) : void | ||
IsValid | bool |
/// Defines whether this response is valid data. If false,
/// the opening tag will be an "E" rather then "O"
/// |
return | void |