C# 클래스 JSIStudios.SimpleRESTServices.Client.RequestSettings

Specifies the settings for an HTTP REST request.
The base implementation does not specify values for the RequestSettings.ContentType or RequestSettings.Accept properties. In most cases, these should be properly set for the particular application either manually or in the constructor of a derived class (e.g. JsonRequestSettings).
파일 보기 프로젝트 열기: JSIStudios/SimpleRestServices 1 사용 예제들

공개 메소드들

메소드 설명
RequestSettings ( ) : System

Initializes a new instance of the RequestSettings class with the default values.

메소드 상세

RequestSettings() 공개 메소드

Initializes a new instance of the RequestSettings class with the default values.
public RequestSettings ( ) : System
리턴 System