Show / Hide Table of Contents

    Class DWWebUrl

    Base class for the integration urls.

    Inheritance
    System.Object
    DWWebUrl
    DWIntegrationUrl
    DWWebClientLoginUrlEncrypted
    DWWebClientLoginUrlNotEncrypted
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: DocuWare.WebIntegration
    Assembly: DocuWare.WebIntegration.dll
    Syntax
    public abstract class DWWebUrl

    Constructors

    DWWebUrl(DWWebLoginInfo)

    Initializes a new instance of the DWWebUrl class.

    Declaration
    protected DWWebUrl(DWWebLoginInfo integrationInfo)
    Parameters
    Type Name Description
    DWWebLoginInfo integrationInfo

    The integration info.

    DWWebUrl(DWWebLoginInfo, DWWebUrlLoginParameters)

    Initializes a new instance of the DWWebUrl class.

    Declaration
    protected DWWebUrl(DWWebLoginInfo integrationInfo, DWWebUrlLoginParameters urlParams)
    Parameters
    Type Name Description
    DWWebLoginInfo integrationInfo

    The integration info.

    DWWebUrlLoginParameters urlParams

    The integration parameters.

    Fields

    parameters

    The integration parameters.

    Declaration
    protected DWWebUrlLoginParameters parameters
    Field Value
    Type Description
    DWWebUrlLoginParameters

    Properties

    BaseUrl

    The base url

    Declaration
    public string BaseUrl { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Returns: this.HttpAddress + "/Integration"

    HttpAddress

    The HTTP address.

    Declaration
    public string HttpAddress { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Returns: "HTTP://" + this.serverName + "/" + this.targetDirectory

    Info

    Returns the DWWebLoginInfo.

    Declaration
    public DWWebLoginInfo Info { get; set; }
    Property Value
    Type Description
    DWWebLoginInfo

    Page

    Returns "Integration"

    Declaration
    protected virtual string Page { get; }
    Property Value
    Type Description
    System.String

    Parameters

    Returns the DWWebUrlLoginParameters.

    Declaration
    public DWWebUrlLoginParameters Parameters { get; set; }
    Property Value
    Type Description
    DWWebUrlLoginParameters

    Url

    Returns a complete integration Url that correlates with the current parameters.

    Declaration
    public virtual string Url { get; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top