예제 #1
0
 // void
 public void SetCookie(string pchHostname /*const char **/, string pchKey /*const char **/, string pchValue /*const char **/, string pchPath /*const char **/, RTime32 nExpires /*RTime32*/, bool bSecure /*bool*/, bool bHTTPOnly /*bool*/)
 {
     platform.ISteamHTMLSurface_SetCookie(pchHostname, pchKey, pchValue, pchPath, nExpires.Value, bSecure, bHTTPOnly);
 }
예제 #2
0
 // void
 public void SetCookie(string pchHostname /*const char **/, string pchKey /*const char **/, string pchValue /*const char **/, string pchPath /*const char **/, RTime32 nExpires /*RTime32*/, bool bSecure /*bool*/, bool bHTTPOnly /*bool*/)
 {
     platform.ISteamHTMLSurface_SetCookie(Utility.GetUtf8Bytes(pchHostname), Utility.GetUtf8Bytes(pchKey), Utility.GetUtf8Bytes(pchValue), Utility.GetUtf8Bytes(pchPath), nExpires.Value, bSecure, bHTTPOnly);
 }