C# Class BF2Statistics.Web.HttpClient

Inheritance: IDisposable
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HttpClient ( HttpListenerContext Client ) : System

Creates a new instance of HttpClinet

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpClient() public méthode

Creates a new instance of HttpClinet
public HttpClient ( HttpListenerContext Client ) : System
Client System.Net.HttpListenerContext The TcpClient object for this connection
Résultat System