public void RequestSpectatorServerList(UInt32 iApp, ref MatchMakingKeyValuePair_t ppchFilters, UInt32 nFilters, ref ISteamMatchmakingServerListResponse001 pRequestServersResponse)
 {
     this.GetFunction <NativeRequestSpectatorServerListUMUI>(this.Functions.RequestSpectatorServerList5)(this.ObjectAddress, iApp, ref ppchFilters, nFilters, ref pRequestServersResponse);
 }
 public void _RequestXxxServerList_v001(EMatchMakingType eType, UInt32 iApp, ref MatchMakingKeyValuePair_t ppchFilters, UInt32 nFilters, ref ISteamMatchmakingServerListResponse001 pRequestServersResponse)
 {
     this.GetFunction <Native_RequestXxxServerList_v001EUMUI>(this.Functions._RequestXxxServerList_v00117)(this.ObjectAddress, eType, iApp, ref ppchFilters, nFilters, ref pRequestServersResponse);
 }
 public void RequestLANServerList(UInt32 iApp, ref ISteamMatchmakingServerListResponse001 pRequestServersResponse)
 {
     this.GetFunction <NativeRequestLANServerListUI>(this.Functions.RequestLANServerList1)(this.ObjectAddress, iApp, ref pRequestServersResponse);
 }