POST ActionApi/Values/saveFile

Request Information

URI Parameters

None.

Body Parameters

HttpWebRequest
NameDescriptionTypeAdditional information
AllowAutoRedirect

boolean

None.

AllowWriteStreamBuffering

boolean

None.

AllowReadStreamBuffering

boolean

None.

HaveResponse

boolean

None.

KeepAlive

boolean

None.

Pipelined

boolean

None.

PreAuthenticate

boolean

None.

UnsafeAuthenticatedConnectionSharing

boolean

None.

SendChunked

boolean

None.

AutomaticDecompression

DecompressionMethods

None.

MaximumResponseHeadersLength

integer

None.

ClientCertificates

Collection of Object

None.

CookieContainer

CookieContainer

None.

SupportsCookieContainer

boolean

None.

RequestUri

URI

None.

ContentLength

integer

None.

Timeout

integer

None.

ReadWriteTimeout

integer

None.

ContinueTimeout

integer

None.

Address

URI

None.

ContinueDelegate

HttpContinueDelegate

None.

ServicePoint

ServicePoint

None.

Host

string

None.

MaximumAutomaticRedirections

integer

None.

Method

string

None.

Credentials

ICredentials

None.

UseDefaultCredentials

boolean

None.

ConnectionGroupName

string

None.

Headers

Collection of Object

None.

Proxy

IWebProxy

None.

ProtocolVersion

Version

None.

ContentType

string

None.

MediaType

string

None.

TransferEncoding

string

None.

Connection

string

None.

Accept

string

None.

Referer

string

None.

UserAgent

string

None.

Expect

string

None.

IfModifiedSince

date

None.

Date

date

None.

ServerCertificateValidationCallback

RemoteCertificateValidationCallback

None.

CreatorInstance

IWebRequestCreate

None.

CachePolicy

RequestCachePolicy

None.

AuthenticationLevel

AuthenticationLevel

None.

ImpersonationLevel

TokenImpersonationLevel

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.