C# 클래스 SteamKit2.ContentServerDSClient

This client is capable of connecting to the content server directory server. This directory server is used for the sole purpose of getting a list of content servers.
상속: DSClient
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetServersFromPacket ( TcpPacket packet ) : SteamKit2.ContentServer[]

메소드 상세

GetContentServerList() 공개 메소드

Gets a list of content servers that provide specific content.
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.
리턴 SteamKit2.ContentServer[]

GetContentServerList() 공개 메소드

Gets a list of all currently active content servers.
public GetContentServerList ( ) : System.Net.IPEndPoint[]
리턴 System.Net.IPEndPoint[]