C# 클래스 RingCentral.Http.HttpHeaders

파일 보기 프로젝트 열기: ringcentral/ringcentral-csharp

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsContentType ( string contentType ) : bool

Determines if the content is present in the headers

메소드 상세

IsJson() 공개 메소드

Inspects headers to determine if content type is JSON
public IsJson ( ) : bool
리턴 bool

IsMultiPart() 공개 메소드

Inspects headers to determine if content type is MultiPart
public IsMultiPart ( ) : bool
리턴 bool

IsUrlEncoded() 공개 메소드

Inspects headers to determine if content type is UrlEncoded
public IsUrlEncoded ( ) : bool
리턴 bool