Steamworks.NativeMethods.ISteamHTTP_CreateHTTPRequest C# (CSharp) Method

ISteamHTTP_CreateHTTPRequest() private method

private ISteamHTTP_CreateHTTPRequest ( EHTTPMethod eHTTPRequestMethod, InteropHelp pchAbsoluteURL ) : uint
eHTTPRequestMethod EHTTPMethod
pchAbsoluteURL InteropHelp
return uint
		public static extern uint ISteamHTTP_CreateHTTPRequest(EHTTPMethod eHTTPRequestMethod, InteropHelp.UTF8StringHandle pchAbsoluteURL);
NativeMethods