C# 클래스 Valve.Steamworks.CSteamHTTP

상속: ISteamHTTP
파일 보기 프로젝트 열기: kronosaur/Transcendence

공개 메소드들

메소드 설명
CSteamHTTP ( IntPtr SteamHTTP )
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

비공개 메소드들

메소드 설명
CheckIfUsable ( ) : void

메소드 상세

CSteamHTTP() 공개 메소드

public CSteamHTTP ( IntPtr SteamHTTP )
SteamHTTP System.IntPtr

CreateCookieContainer() 공개 메소드

public CreateCookieContainer ( bool bAllowResponsesToModify ) : uint
bAllowResponsesToModify bool
리턴 uint

CreateHTTPRequest() 공개 메소드

public CreateHTTPRequest ( uint eHTTPRequestMethod, string pchAbsoluteURL ) : uint
eHTTPRequestMethod uint
pchAbsoluteURL string
리턴 uint

DeferHTTPRequest() 공개 메소드

public DeferHTTPRequest ( uint hRequest ) : bool
hRequest uint
리턴 bool

GetHTTPDownloadProgressPct() 공개 메소드

public GetHTTPDownloadProgressPct ( uint hRequest, float &pflPercentOut ) : bool
hRequest uint
pflPercentOut float
리턴 bool

GetHTTPRequestWasTimedOut() 공개 메소드

public GetHTTPRequestWasTimedOut ( uint hRequest, bool &pbWasTimedOut ) : bool
hRequest uint
pbWasTimedOut bool
리턴 bool

GetHTTPResponseBodyData() 공개 메소드

public GetHTTPResponseBodyData ( uint hRequest, IntPtr pBodyDataBuffer, uint unBufferSize ) : bool
hRequest uint
pBodyDataBuffer System.IntPtr
unBufferSize uint
리턴 bool

GetHTTPResponseBodySize() 공개 메소드

public GetHTTPResponseBodySize ( uint hRequest, uint &unBodySize ) : bool
hRequest uint
unBodySize uint
리턴 bool

GetHTTPResponseHeaderSize() 공개 메소드

public GetHTTPResponseHeaderSize ( uint hRequest, string pchHeaderName, uint &unResponseHeaderSize ) : bool
hRequest uint
pchHeaderName string
unResponseHeaderSize uint
리턴 bool

GetHTTPResponseHeaderValue() 공개 메소드

public GetHTTPResponseHeaderValue ( uint hRequest, string pchHeaderName, IntPtr pHeaderValueBuffer, uint unBufferSize ) : bool
hRequest uint
pchHeaderName string
pHeaderValueBuffer System.IntPtr
unBufferSize uint
리턴 bool

GetHTTPStreamingResponseBodyData() 공개 메소드

public GetHTTPStreamingResponseBodyData ( uint hRequest, uint cOffset, IntPtr pBodyDataBuffer, uint unBufferSize ) : bool
hRequest uint
cOffset uint
pBodyDataBuffer System.IntPtr
unBufferSize uint
리턴 bool

GetIntPtr() 공개 메소드

public GetIntPtr ( ) : IntPtr
리턴 System.IntPtr

PrioritizeHTTPRequest() 공개 메소드

public PrioritizeHTTPRequest ( uint hRequest ) : bool
hRequest uint
리턴 bool

ReleaseCookieContainer() 공개 메소드

public ReleaseCookieContainer ( uint hCookieContainer ) : bool
hCookieContainer uint
리턴 bool

ReleaseHTTPRequest() 공개 메소드

public ReleaseHTTPRequest ( uint hRequest ) : bool
hRequest uint
리턴 bool

SendHTTPRequest() 공개 메소드

public SendHTTPRequest ( uint hRequest, ulong &pCallHandle ) : bool
hRequest uint
pCallHandle ulong
리턴 bool

SendHTTPRequestAndStreamResponse() 공개 메소드

public SendHTTPRequestAndStreamResponse ( uint hRequest, ulong &pCallHandle ) : bool
hRequest uint
pCallHandle ulong
리턴 bool

SetCookie() 공개 메소드

public SetCookie ( uint hCookieContainer, string pchHost, string pchUrl, string pchCookie ) : bool
hCookieContainer uint
pchHost string
pchUrl string
pchCookie string
리턴 bool

SetHTTPRequestAbsoluteTimeoutMS() 공개 메소드

public SetHTTPRequestAbsoluteTimeoutMS ( uint hRequest, uint unMilliseconds ) : bool
hRequest uint
unMilliseconds uint
리턴 bool

SetHTTPRequestContextValue() 공개 메소드

public SetHTTPRequestContextValue ( uint hRequest, ulong ulContextValue ) : bool
hRequest uint
ulContextValue ulong
리턴 bool

SetHTTPRequestCookieContainer() 공개 메소드

public SetHTTPRequestCookieContainer ( uint hRequest, uint hCookieContainer ) : bool
hRequest uint
hCookieContainer uint
리턴 bool

SetHTTPRequestGetOrPostParameter() 공개 메소드

public SetHTTPRequestGetOrPostParameter ( uint hRequest, string pchParamName, string pchParamValue ) : bool
hRequest uint
pchParamName string
pchParamValue string
리턴 bool

SetHTTPRequestHeaderValue() 공개 메소드

public SetHTTPRequestHeaderValue ( uint hRequest, string pchHeaderName, string pchHeaderValue ) : bool
hRequest uint
pchHeaderName string
pchHeaderValue string
리턴 bool

SetHTTPRequestNetworkActivityTimeout() 공개 메소드

public SetHTTPRequestNetworkActivityTimeout ( uint hRequest, uint unTimeoutSeconds ) : bool
hRequest uint
unTimeoutSeconds uint
리턴 bool

SetHTTPRequestRawPostBody() 공개 메소드

public SetHTTPRequestRawPostBody ( uint hRequest, string pchContentType, IntPtr pubBody, uint unBodyLen ) : bool
hRequest uint
pchContentType string
pubBody System.IntPtr
unBodyLen uint
리턴 bool

SetHTTPRequestRequiresVerifiedCertificate() 공개 메소드

public SetHTTPRequestRequiresVerifiedCertificate ( uint hRequest, bool bRequireVerifiedCertificate ) : bool
hRequest uint
bRequireVerifiedCertificate bool
리턴 bool

SetHTTPRequestUserAgentInfo() 공개 메소드

public SetHTTPRequestUserAgentInfo ( uint hRequest, string pchUserAgentInfo ) : bool
hRequest uint
pchUserAgentInfo string
리턴 bool