Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / WebChannelRequestBase Class
Fields Properties Methods


WebChannelRequestBase Class Members

The following tables list the members exposed by WebChannelRequestBase.

Public Fields
 NameDescription
Public FieldThe standard content type for raw binary data.  
Public FieldThe standard content type for GZip'd data.  
Public FieldThe standard content type for a zip file  
Top
Protected Fields
 NameDescription
Protected FieldThe standard content type for text data  
Protected FieldThe standard content type for XML data  
Top
Public Properties
 NameDescription
Public PropertyIndicates if the web request requires authentication (so the channel should authenticate before attempting the request)  
Public PropertyIndicates if the web request supports authentication, so if the server requests credentials the request can provide them.  
Top
Public Methods
 NameDescription
Public MethodPerform the request against the specified web client connection.  
Top
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic)Convert the provided XML fragment to a byte array of UTF8 data.  
Protected MethodImplemented by inheritors to perform the request on the provided web client.  
Top
See Also