Steamworks.NativeMethods.ISteamGameServerNetworking_CloseP2PSessionWithUser C# (CSharp) Method

ISteamGameServerNetworking_CloseP2PSessionWithUser() private method

private ISteamGameServerNetworking_CloseP2PSessionWithUser ( CSteamID steamIDRemote ) : bool
steamIDRemote CSteamID
return bool
		public static extern bool ISteamGameServerNetworking_CloseP2PSessionWithUser(CSteamID steamIDRemote);
NativeMethods