Steamworks.NativeMethods.ISteamNetworking_CloseP2PSessionWithUser C# (CSharp) Method

ISteamNetworking_CloseP2PSessionWithUser() private method

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