Name | Description | |
---|---|---|
![]() | BinaryContentType | The standard content type for raw binary data. |
![]() | GZipContentType | The standard content type for GZip'd data. |
![]() | ZipContentType | The standard content type for a zip file |
The following tables list the members exposed by WebChannelRequestBase.
Name | Description | |
---|---|---|
![]() | BinaryContentType | The standard content type for raw binary data. |
![]() | GZipContentType | The standard content type for GZip'd data. |
![]() | ZipContentType | The standard content type for a zip file |
Name | Description | |
---|---|---|
![]() | TextContentType | The standard content type for text data |
![]() | XmlContentType | The standard content type for XML data |
Name | Description | |
---|---|---|
![]() | RequiresAuthentication | Indicates if the web request requires authentication (so the channel should authenticate before attempting the request) |
![]() | SupportsAuthentication | Indicates if the web request supports authentication, so if the server requests credentials the request can provide them. |
Name | Description | |
---|---|---|
![]() | ProcessRequest | Perform the request against the specified web client connection. |
Name | Description | |
---|---|---|
![]() ![]() | ConvertXmlToByteArray<T> | Convert the provided XML fragment to a byte array of UTF8 data. |
![]() | OnProcessRequest | Implemented by inheritors to perform the request on the provided web client. |