Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.Common.Lib.GzipHeaderInspector Class Reference

OAuth2 client message inspector that adds encoding HTTP headers. More...

Inheritance diagram for Google.Api.Ads.Common.Lib.GzipHeaderInspector:

Public Member Functions

object BeforeSendRequest (ref Message request, IClientChannel channel)
 Adds an Accept-Encoding header to outbound requests. More...
 
void AfterReceiveReply (ref Message reply, object correlationState)
 A no-op for this inspector. More...
 

Detailed Description

OAuth2 client message inspector that adds encoding HTTP headers.

Member Function Documentation

void Google.Api.Ads.Common.Lib.GzipHeaderInspector.AfterReceiveReply ( ref Message  reply,
object  correlationState 
)
inline

A no-op for this inspector.

object Google.Api.Ads.Common.Lib.GzipHeaderInspector.BeforeSendRequest ( ref Message  request,
IClientChannel  channel 
)
inline

Adds an Accept-Encoding header to outbound requests.


The documentation for this class was generated from the following file: