Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / WebChannel Class
Fields Properties Methods Events


In This Topic
    WebChannel Class Members
    In This Topic

    The following tables list the members exposed by WebChannel.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field  
    Public Field  
    Public Field  
    Public FieldThe log category for the server client  
    Top
    Public Properties
     NameDescription
    Public PropertyThe path from the root of the web server to the start of the application (e.g. the virtual directory path)  
    Public PropertyOptional. The version number to specify in the protocol header.  
    Public PropertyThe authentication provider to use for any requests that require authentication.  
    Public PropertyThe current connection state of the channel.  
    Public PropertyIndicates if logging for events on the web channel is enabled or not.  
    Public PropertyThe complete Uri to the start of all requests that can be executed on this channel.  
    Public PropertyThe DNS name of the server being connected to.  
    Public PropertyThe port number being used  
    Public PropertyIndicates if the channel is encrypted using SSL  
    Top
    Public Methods
     NameDescription
    Public MethodAuthenticate now (instead of waiting for a request to fail)  
    Public MethodCancel the current request.  
    Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodOverloaded. Downloads the resource with the specified URI to a byte array  
    Public MethodDownloads the resource with the specified URI to a local file.  
    Public MethodOverloaded. Downloads the resource with the specified URI to a string  
    Public MethodExecute the provided request.  
    Public MethodUploads the provided byte array to the specified URI using the provided method.  
    Public MethodUploads the specified local file to the specified URI using the specified method  
    Public MethodUploads the specified string to the specified resource, using the specified method  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the ConnectionStateChanged event  
    Top
    Public Events
     NameDescription
    Public EventRaised whenever the connection state changes.  
    Top
    See Also