Skip to content

Obsolete Members for RemoteResource

  • RemoteResource
  • The following members of class RemoteResource are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (deprecated) virtual Esri::ArcGISRuntime::Credential *credential() const = 0
    (deprecated) virtual Esri::ArcGISRuntime::RequestConfiguration requestConfiguration() const = 0
    (deprecated) virtual void setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration) = 0
    (deprecated) virtual QUrl url() const = 0

    Member Function Documentation

    [pure virtual, deprecated] Esri::ArcGISRuntime::Credential *RemoteResource::credential() const

    This function is deprecated. We strongly advise against using it in new code.

    Returns security credentials to access the remote resource. Only applicable if the resource is secured.

    This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.

    [pure virtual, deprecated] Esri::ArcGISRuntime::RequestConfiguration RemoteResource::requestConfiguration() const

    This function is deprecated. We strongly advise against using it in new code.

    Returns the RequestConfiguration used to customize the request to this RemoteResource.

    This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.

    See also setRequestConfiguration().

    [pure virtual, deprecated] void RemoteResource::setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration)

    This function is deprecated. We strongly advise against using it in new code.

    Sets the RequestConfiguration, which is used to customize the request to this RemoteResource, to requestConfiguration.

    This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.

    See also requestConfiguration().

    [pure virtual, deprecated] QUrl RemoteResource::url() const

    This function is deprecated. We strongly advise against using it in new code.

    Returns the URL of this RemoteResource.

    This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.