C# 클래스 JSIStudios.SimpleRESTServices.Client.Json.JsonRequestSettings

상속: RequestSettings
파일 보기 프로젝트 열기: JSIStudios/SimpleRestServices 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
JsonContentType string

공개 메소드들

메소드 설명
JsonRequestSettings ( )

Initializes a new instance of the JsonRequestSettings class with the default value application/json for RequestSettings.ContentType and RequestSettings.Accept.

메소드 상세

JsonRequestSettings() 공개 메소드

Initializes a new instance of the JsonRequestSettings class with the default value application/json for RequestSettings.ContentType and RequestSettings.Accept.
public JsonRequestSettings ( )

프로퍼티 상세

JsonContentType 공개적으로 정적으로 프로퍼티

The content type (MIME type) for a JSON request or response.
This value is equal to application/json.
public static string JsonContentType
리턴 string