Method | Description | |
---|---|---|
GetContentServerList ( uint depotId, uint depotVersion, uint cellid, ushort maxServers = 20 ) : SteamKit2.ContentServer[] |
Gets a list of content servers that provide specific content.
|
|
GetContentServerList ( ) : System.Net.IPEndPoint[] |
Gets a list of all currently active content servers.
|
Method | Description | |
---|---|---|
GetServersFromPacket ( |
public GetContentServerList ( uint depotId, uint depotVersion, uint cellid, ushort maxServers = 20 ) : SteamKit2.ContentServer[] | ||
depotId | uint | The depot ID of the content you wish to request. |
depotVersion | uint | The version ID of the content you wish to request. |
cellid | uint | A cell ID of the preferred server. |
maxServers | ushort | The maximum number of servers to request. |
return | SteamKit2.ContentServer[] |
public GetContentServerList ( ) : System.Net.IPEndPoint[] | ||
return | System.Net.IPEndPoint[] |