Steamworks.NativeMethods.ISteamGameServer_SendUserConnectAndAuthenticate C# (CSharp) Method

ISteamGameServer_SendUserConnectAndAuthenticate() private method

private ISteamGameServer_SendUserConnectAndAuthenticate ( uint unIPClient, [ pvAuthBlob, uint cubAuthBlobSize, CSteamID &pSteamIDUser ) : bool
unIPClient uint
pvAuthBlob [
cubAuthBlobSize uint
pSteamIDUser CSteamID
return bool
		public static extern bool ISteamGameServer_SendUserConnectAndAuthenticate(uint unIPClient, [In, Out] byte[] pvAuthBlob, uint cubAuthBlobSize, out CSteamID pSteamIDUser);
NativeMethods