C# Class RingCentral.Http.HttpHeaders

Afficher le fichier Open project: ringcentral/ringcentral-csharp

Méthodes publiques

Méthode Description
IsJson ( ) : bool

Inspects headers to determine if content type is JSON

IsMultiPart ( ) : bool

Inspects headers to determine if content type is MultiPart

IsUrlEncoded ( ) : bool

Inspects headers to determine if content type is UrlEncoded

Private Methods

Méthode Description
IsContentType ( string contentType ) : bool

Determines if the content is present in the headers

Method Details

IsJson() public méthode

Inspects headers to determine if content type is JSON
public IsJson ( ) : bool
Résultat bool

IsMultiPart() public méthode

Inspects headers to determine if content type is MultiPart
public IsMultiPart ( ) : bool
Résultat bool

IsUrlEncoded() public méthode

Inspects headers to determine if content type is UrlEncoded
public IsUrlEncoded ( ) : bool
Résultat bool