All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.bingads.HeadersImpl Maven / Gradle / Ivy

package com.microsoft.bingads;

/**
 * Allows to call an implementation that adds specified HTTP header for use with Bing Ads calls.
 */
public abstract class HeadersImpl {
    /**
     * Adds a header that should be used with Bing Ads calls.
     *
     * @param name header name
     * @param value header value
     */
    public abstract void addHeader(String name, String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy