Steamworks.NativeMethods.ISteamGameServerNetworking_GetP2PSessionState C# (CSharp) Method

ISteamGameServerNetworking_GetP2PSessionState() private method

private ISteamGameServerNetworking_GetP2PSessionState ( CSteamID steamIDRemote, P2PSessionState_t &pConnectionState ) : bool
steamIDRemote CSteamID
pConnectionState P2PSessionState_t
return bool
		public static extern bool ISteamGameServerNetworking_GetP2PSessionState(CSteamID steamIDRemote, out P2PSessionState_t pConnectionState);
NativeMethods