Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestRawPostBody C# (CSharp) Method

ISteamHTTP_SetHTTPRequestRawPostBody() private method

private ISteamHTTP_SetHTTPRequestRawPostBody ( HTTPRequestHandle hRequest, InteropHelp pchContentType, [ pubBody, uint unBodyLen ) : bool
hRequest HTTPRequestHandle
pchContentType InteropHelp
pubBody [
unBodyLen uint
return bool
		public static extern bool ISteamHTTP_SetHTTPRequestRawPostBody(HTTPRequestHandle hRequest, InteropHelp.UTF8StringHandle pchContentType, [In, Out] byte[] pubBody, uint unBodyLen);
NativeMethods