Steamworks.NativeMethods.ISteamGameServerHTTP_SetHTTPRequestRawPostBody C# (CSharp) Method

ISteamGameServerHTTP_SetHTTPRequestRawPostBody() private method

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