C# Class Valve.Steamworks.ISteamHTTP

Afficher le fichier Open project: kronosaur/Transcendence

Méthodes publiques

Méthode Description
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, IntPtr pBodyDataBuffer, uint unBufferSize ) : bool
GetHTTPResponseBodySize ( uint hRequest, uint &unBodySize ) : bool
GetHTTPResponseHeaderSize ( uint hRequest, string pchHeaderName, uint &unResponseHeaderSize ) : bool
GetHTTPResponseHeaderValue ( uint hRequest, string pchHeaderName, IntPtr pHeaderValueBuffer, uint unBufferSize ) : bool
GetHTTPStreamingResponseBodyData ( uint hRequest, uint cOffset, IntPtr pBodyDataBuffer, uint unBufferSize ) : bool
GetIntPtr ( ) : IntPtr
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, IntPtr pubBody, uint unBodyLen ) : bool
SetHTTPRequestRequiresVerifiedCertificate ( uint hRequest, bool bRequireVerifiedCertificate ) : bool
SetHTTPRequestUserAgentInfo ( uint hRequest, string pchUserAgentInfo ) : bool

Method Details

CreateCookieContainer() public abstract méthode

public abstract CreateCookieContainer ( bool bAllowResponsesToModify ) : uint
bAllowResponsesToModify bool
Résultat uint

CreateHTTPRequest() public abstract méthode

public abstract CreateHTTPRequest ( uint eHTTPRequestMethod, string pchAbsoluteURL ) : uint
eHTTPRequestMethod uint
pchAbsoluteURL string
Résultat uint

DeferHTTPRequest() public abstract méthode

public abstract DeferHTTPRequest ( uint hRequest ) : bool
hRequest uint
Résultat bool

GetHTTPDownloadProgressPct() public abstract méthode

public abstract GetHTTPDownloadProgressPct ( uint hRequest, float &pflPercentOut ) : bool
hRequest uint
pflPercentOut float
Résultat bool

GetHTTPRequestWasTimedOut() public abstract méthode

public abstract GetHTTPRequestWasTimedOut ( uint hRequest, bool &pbWasTimedOut ) : bool
hRequest uint
pbWasTimedOut bool
Résultat bool

GetHTTPResponseBodyData() public abstract méthode

public abstract GetHTTPResponseBodyData ( uint hRequest, IntPtr pBodyDataBuffer, uint unBufferSize ) : bool
hRequest uint
pBodyDataBuffer IntPtr
unBufferSize uint
Résultat bool

GetHTTPResponseBodySize() public abstract méthode

public abstract GetHTTPResponseBodySize ( uint hRequest, uint &unBodySize ) : bool
hRequest uint
unBodySize uint
Résultat bool

GetHTTPResponseHeaderSize() public abstract méthode

public abstract GetHTTPResponseHeaderSize ( uint hRequest, string pchHeaderName, uint &unResponseHeaderSize ) : bool
hRequest uint
pchHeaderName string
unResponseHeaderSize uint
Résultat bool

GetHTTPResponseHeaderValue() public abstract méthode

public abstract GetHTTPResponseHeaderValue ( uint hRequest, string pchHeaderName, IntPtr pHeaderValueBuffer, uint unBufferSize ) : bool
hRequest uint
pchHeaderName string
pHeaderValueBuffer IntPtr
unBufferSize uint
Résultat bool

GetHTTPStreamingResponseBodyData() public abstract méthode

public abstract GetHTTPStreamingResponseBodyData ( uint hRequest, uint cOffset, IntPtr pBodyDataBuffer, uint unBufferSize ) : bool
hRequest uint
cOffset uint
pBodyDataBuffer IntPtr
unBufferSize uint
Résultat bool

GetIntPtr() public abstract méthode

public abstract GetIntPtr ( ) : IntPtr
Résultat IntPtr

PrioritizeHTTPRequest() public abstract méthode

public abstract PrioritizeHTTPRequest ( uint hRequest ) : bool
hRequest uint
Résultat bool

ReleaseCookieContainer() public abstract méthode

public abstract ReleaseCookieContainer ( uint hCookieContainer ) : bool
hCookieContainer uint
Résultat bool

ReleaseHTTPRequest() public abstract méthode

public abstract ReleaseHTTPRequest ( uint hRequest ) : bool
hRequest uint
Résultat bool

SendHTTPRequest() public abstract méthode

public abstract SendHTTPRequest ( uint hRequest, ulong &pCallHandle ) : bool
hRequest uint
pCallHandle ulong
Résultat bool

SendHTTPRequestAndStreamResponse() public abstract méthode

public abstract SendHTTPRequestAndStreamResponse ( uint hRequest, ulong &pCallHandle ) : bool
hRequest uint
pCallHandle ulong
Résultat bool

SetCookie() public abstract méthode

public abstract SetCookie ( uint hCookieContainer, string pchHost, string pchUrl, string pchCookie ) : bool
hCookieContainer uint
pchHost string
pchUrl string
pchCookie string
Résultat bool

SetHTTPRequestAbsoluteTimeoutMS() public abstract méthode

public abstract SetHTTPRequestAbsoluteTimeoutMS ( uint hRequest, uint unMilliseconds ) : bool
hRequest uint
unMilliseconds uint
Résultat bool

SetHTTPRequestContextValue() public abstract méthode

public abstract SetHTTPRequestContextValue ( uint hRequest, ulong ulContextValue ) : bool
hRequest uint
ulContextValue ulong
Résultat bool

SetHTTPRequestCookieContainer() public abstract méthode

public abstract SetHTTPRequestCookieContainer ( uint hRequest, uint hCookieContainer ) : bool
hRequest uint
hCookieContainer uint
Résultat bool

SetHTTPRequestGetOrPostParameter() public abstract méthode

public abstract SetHTTPRequestGetOrPostParameter ( uint hRequest, string pchParamName, string pchParamValue ) : bool
hRequest uint
pchParamName string
pchParamValue string
Résultat bool

SetHTTPRequestHeaderValue() public abstract méthode

public abstract SetHTTPRequestHeaderValue ( uint hRequest, string pchHeaderName, string pchHeaderValue ) : bool
hRequest uint
pchHeaderName string
pchHeaderValue string
Résultat bool

SetHTTPRequestNetworkActivityTimeout() public abstract méthode

public abstract SetHTTPRequestNetworkActivityTimeout ( uint hRequest, uint unTimeoutSeconds ) : bool
hRequest uint
unTimeoutSeconds uint
Résultat bool

SetHTTPRequestRawPostBody() public abstract méthode

public abstract SetHTTPRequestRawPostBody ( uint hRequest, string pchContentType, IntPtr pubBody, uint unBodyLen ) : bool
hRequest uint
pchContentType string
pubBody IntPtr
unBodyLen uint
Résultat bool

SetHTTPRequestRequiresVerifiedCertificate() public abstract méthode

public abstract SetHTTPRequestRequiresVerifiedCertificate ( uint hRequest, bool bRequireVerifiedCertificate ) : bool
hRequest uint
bRequireVerifiedCertificate bool
Résultat bool

SetHTTPRequestUserAgentInfo() public abstract méthode

public abstract SetHTTPRequestUserAgentInfo ( uint hRequest, string pchUserAgentInfo ) : bool
hRequest uint
pchUserAgentInfo string
Résultat bool