메소드 | 설명 | |
---|---|---|
CSteamHTTP ( |
||
CreateCookieContainer ( bool bAllowResponsesToModify ) : uint | ||
CreateHTTPRequest ( uint eHTTPRequestMethod, string pchAbsoluteURL ) : uint | ||
DeferHTTPRequest ( uint hRequest ) : bool | ||
GetHTTPDownloadProgressPct ( uint hRequest, float &pflPercentOut ) : bool | ||
GetHTTPRequestWasTimedOut ( uint hRequest, bool &pbWasTimedOut ) : bool | ||
GetHTTPResponseBodyData ( uint hRequest, |
||
GetHTTPResponseBodySize ( uint hRequest, uint &unBodySize ) : bool | ||
GetHTTPResponseHeaderSize ( uint hRequest, string pchHeaderName, uint &unResponseHeaderSize ) : bool | ||
GetHTTPResponseHeaderValue ( uint hRequest, string pchHeaderName, |
||
GetHTTPStreamingResponseBodyData ( uint hRequest, uint cOffset, |
||
GetIntPtr ( ) : |
||
PrioritizeHTTPRequest ( uint hRequest ) : bool | ||
ReleaseCookieContainer ( uint hCookieContainer ) : bool | ||
ReleaseHTTPRequest ( uint hRequest ) : bool | ||
SendHTTPRequest ( uint hRequest, ulong &pCallHandle ) : bool | ||
SendHTTPRequestAndStreamResponse ( uint hRequest, ulong &pCallHandle ) : bool | ||
SetCookie ( uint hCookieContainer, string pchHost, string pchUrl, string pchCookie ) : bool | ||
SetHTTPRequestAbsoluteTimeoutMS ( uint hRequest, uint unMilliseconds ) : bool | ||
SetHTTPRequestContextValue ( uint hRequest, ulong ulContextValue ) : bool | ||
SetHTTPRequestCookieContainer ( uint hRequest, uint hCookieContainer ) : bool | ||
SetHTTPRequestGetOrPostParameter ( uint hRequest, string pchParamName, string pchParamValue ) : bool | ||
SetHTTPRequestHeaderValue ( uint hRequest, string pchHeaderName, string pchHeaderValue ) : bool | ||
SetHTTPRequestNetworkActivityTimeout ( uint hRequest, uint unTimeoutSeconds ) : bool | ||
SetHTTPRequestRawPostBody ( uint hRequest, string pchContentType, |
||
SetHTTPRequestRequiresVerifiedCertificate ( uint hRequest, bool bRequireVerifiedCertificate ) : bool | ||
SetHTTPRequestUserAgentInfo ( uint hRequest, string pchUserAgentInfo ) : bool |
메소드 | 설명 | |
---|---|---|
CheckIfUsable ( ) : void |
public CreateCookieContainer ( bool bAllowResponsesToModify ) : uint | ||
bAllowResponsesToModify | bool | |
리턴 | uint |
public CreateHTTPRequest ( uint eHTTPRequestMethod, string pchAbsoluteURL ) : uint | ||
eHTTPRequestMethod | uint | |
pchAbsoluteURL | string | |
리턴 | uint |
public GetHTTPDownloadProgressPct ( uint hRequest, float &pflPercentOut ) : bool | ||
hRequest | uint | |
pflPercentOut | float | |
리턴 | bool |
public GetHTTPRequestWasTimedOut ( uint hRequest, bool &pbWasTimedOut ) : bool | ||
hRequest | uint | |
pbWasTimedOut | bool | |
리턴 | bool |
public GetHTTPResponseBodyData ( uint hRequest, |
||
hRequest | uint | |
pBodyDataBuffer | ||
unBufferSize | uint | |
리턴 | bool |
public GetHTTPResponseBodySize ( uint hRequest, uint &unBodySize ) : bool | ||
hRequest | uint | |
unBodySize | uint | |
리턴 | bool |
public GetHTTPResponseHeaderSize ( uint hRequest, string pchHeaderName, uint &unResponseHeaderSize ) : bool | ||
hRequest | uint | |
pchHeaderName | string | |
unResponseHeaderSize | uint | |
리턴 | bool |
public GetHTTPResponseHeaderValue ( uint hRequest, string pchHeaderName, |
||
hRequest | uint | |
pchHeaderName | string | |
pHeaderValueBuffer | ||
unBufferSize | uint | |
리턴 | bool |
public GetHTTPStreamingResponseBodyData ( uint hRequest, uint cOffset, |
||
hRequest | uint | |
cOffset | uint | |
pBodyDataBuffer | ||
unBufferSize | uint | |
리턴 | bool |
public PrioritizeHTTPRequest ( uint hRequest ) : bool | ||
hRequest | uint | |
리턴 | bool |
public ReleaseCookieContainer ( uint hCookieContainer ) : bool | ||
hCookieContainer | uint | |
리턴 | bool |
public ReleaseHTTPRequest ( uint hRequest ) : bool | ||
hRequest | uint | |
리턴 | bool |
public SendHTTPRequest ( uint hRequest, ulong &pCallHandle ) : bool | ||
hRequest | uint | |
pCallHandle | ulong | |
리턴 | bool |
public SendHTTPRequestAndStreamResponse ( uint hRequest, ulong &pCallHandle ) : bool | ||
hRequest | uint | |
pCallHandle | ulong | |
리턴 | bool |
public SetCookie ( uint hCookieContainer, string pchHost, string pchUrl, string pchCookie ) : bool | ||
hCookieContainer | uint | |
pchHost | string | |
pchUrl | string | |
pchCookie | string | |
리턴 | bool |
public SetHTTPRequestAbsoluteTimeoutMS ( uint hRequest, uint unMilliseconds ) : bool | ||
hRequest | uint | |
unMilliseconds | uint | |
리턴 | bool |
public SetHTTPRequestContextValue ( uint hRequest, ulong ulContextValue ) : bool | ||
hRequest | uint | |
ulContextValue | ulong | |
리턴 | bool |
public SetHTTPRequestCookieContainer ( uint hRequest, uint hCookieContainer ) : bool | ||
hRequest | uint | |
hCookieContainer | uint | |
리턴 | bool |
public SetHTTPRequestGetOrPostParameter ( uint hRequest, string pchParamName, string pchParamValue ) : bool | ||
hRequest | uint | |
pchParamName | string | |
pchParamValue | string | |
리턴 | bool |
public SetHTTPRequestHeaderValue ( uint hRequest, string pchHeaderName, string pchHeaderValue ) : bool | ||
hRequest | uint | |
pchHeaderName | string | |
pchHeaderValue | string | |
리턴 | bool |
public SetHTTPRequestNetworkActivityTimeout ( uint hRequest, uint unTimeoutSeconds ) : bool | ||
hRequest | uint | |
unTimeoutSeconds | uint | |
리턴 | bool |
public SetHTTPRequestRawPostBody ( uint hRequest, string pchContentType, |
||
hRequest | uint | |
pchContentType | string | |
pubBody | ||
unBodyLen | uint | |
리턴 | bool |
public SetHTTPRequestRequiresVerifiedCertificate ( uint hRequest, bool bRequireVerifiedCertificate ) : bool | ||
hRequest | uint | |
bRequireVerifiedCertificate | bool | |
리턴 | bool |
public SetHTTPRequestUserAgentInfo ( uint hRequest, string pchUserAgentInfo ) : bool | ||
hRequest | uint | |
pchUserAgentInfo | string | |
리턴 | bool |