C# 클래스 Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient.FeaturesHelper

Helper class to create the HTTP headers used for sending feature usage to the service.
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client

공개 메소드들

메소드 설명
AddFeaturesHeader ( string>.IDictionary requestHeaders, MobileServiceFeatures features ) : string>.IDictionary

Adds a header for features used in this request. Used for telemetry.

비공개 메소드들

메소드 설명
FeaturesHelper ( ) : System
FeaturesToString ( MobileServiceFeatures features ) : string

Returns the value to be used in the HTTP header corresponding to the given features.

메소드 상세

AddFeaturesHeader() 공개 정적인 메소드

Adds a header for features used in this request. Used for telemetry.
public static AddFeaturesHeader ( string>.IDictionary requestHeaders, MobileServiceFeatures features ) : string>.IDictionary
requestHeaders string>.IDictionary /// Additional request headers to include with the request. ///
features MobileServiceFeatures /// Value indicating which features of the SDK are being used in this call. ///
리턴 string>.IDictionary