Klasa, ktora pobiera ip oraz port z appmsg.gadu-gadu.pl. Istnieje rowniez mozliwosc podania tych danych
tak aby nie trzeba bylo ich pobierac z servera.
| C# | Visual Basic | Visual C++ |
public class GaduServer
Public Class GaduServer
public ref class GaduServer
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GaduServer(Int32) |
UWAGA wystepuje PROBLEM z pobieraniem adresow z hub gg, ZALECA sie uzywanie konstruktora GaduServer(String host, int port)
Konstruktor do ktorego podajemy numer gg, na podstawie nr. gg appmsg.gadu-gadu.pl wybiera nam odpowiedni
server
| |
| GaduServer(String, Int32) |
Konstruktor, ktory wpisze dane o adres ip server i port, nie sa one wiec pobierane z appmsg.gadu-gadu.pl
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Host |
Adres ip servera gadu-gadu
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Port |
Port servera gadu-gadu
| |
| TimeOut |
Czas po ktorym uznajemy ze dany server gadu-gadu nie odpowiada, jest martwy.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| GaduServer | |