C# Class CSPspEmu.Hle.Modules.http.sceHttp

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Private Methods

Method Description
sceHttpAbortRequest ( int requestId ) : int
sceHttpAddCookie ( ) : int
sceHttpAddExtraHeader ( ) : int
sceHttpChangeHttpVersion ( ) : int
sceHttpCreateConnection ( ) : int
sceHttpCreateConnectionWithURL ( ) : int
sceHttpCreateRequest ( int connectionid, PspHttpMethod method, char path, ulong contentlength ) : int
sceHttpCreateRequestWithURL ( ) : int
sceHttpCreateTemplate ( ) : int
sceHttpDeleteConnection ( int connectionId ) : int
sceHttpDeleteHeader ( int id, string Name ) : int
sceHttpDeleteRequest ( int requestId ) : int
sceHttpDeleteTemplate ( int templateId ) : int
sceHttpDisableAuth ( ) : int
sceHttpDisableCache ( ) : int
sceHttpDisableCookie ( int i ) : int
sceHttpDisableKeepAlive ( int id ) : int
sceHttpDisableProxyAuth ( ) : int
sceHttpDisableRedirect ( int id ) : int
sceHttpEnableAuth ( ) : int
sceHttpEnableCache ( ) : int
sceHttpEnableCookie ( int i ) : int
sceHttpEnableKeepAlive ( int id ) : int
sceHttpEnableProxyAuth ( ) : int
sceHttpEnableRedirect ( int id ) : int
sceHttpEnd ( ) : int
sceHttpEndCache ( ) : int
sceHttpFlushAuthList ( ) : int
sceHttpFlushCache ( ) : int
sceHttpGetAllHeader ( ) : int
sceHttpGetContentLength ( int requestid, ulong contentlength ) : int
sceHttpGetCookie ( ) : int
sceHttpGetNetworkErrno ( ) : int
sceHttpGetNetworkPspError ( ) : int
sceHttpGetProxy ( ) : int
sceHttpGetStatusCode ( ) : int
sceHttpInit ( int heapSize ) : int
sceHttpInitCache ( ) : int
sceHttpIsRequestInCache ( ) : int
sceHttpLoadAuthList ( ) : int
sceHttpLoadSystemCookie ( ) : int
sceHttpReadData ( ) : int
sceHttpSaveAuthList ( ) : int
sceHttpSaveSystemCookie ( ) : int
sceHttpSendRequest ( ) : int
sceHttpSendRequestInCacheFirstMode ( ) : int
sceHttpSetAuthInfoCB ( ) : int
sceHttpSetAuthInfoCallback ( ) : int
sceHttpSetCacheContentLengthMaxSize ( ) : int
sceHttpSetConnectTimeOut ( int id, uint timeout ) : int
sceHttpSetCookieRecvCallback ( ) : int
sceHttpSetCookieSendCallback ( ) : int
sceHttpSetMallocFunction ( ) : int
sceHttpSetProxy ( ) : int
sceHttpSetRecvBlockSize ( ) : int
sceHttpSetRecvTimeOut ( int id, uint timeout ) : int
sceHttpSetRedirectCallback ( ) : int
sceHttpSetResHeaderMaxSize ( ) : int
sceHttpSetResolveRetry ( int id, int count ) : int
sceHttpSetResolveTimeOut ( int id, uint timeout ) : int
sceHttpSetSendTimeOut ( int id, uint timeout ) : int