C# (CSharp) Westwind.Utilities.InternetTools 네임스페이스

클래스들

이름 설명
AcceptAllCertificatePolicy Internal object used to allow setting WebRequest.CertificatePolicy to not fail on Cert errors
HttpClient An HTTP wrapper class that abstracts away the common needs for adding post keys and firing update events as data is received. This class is real easy to use with many common operations requiring single method calls. The class also provides automated cookie and state handling, GZip compression decompression, simplified proxy and authentication mechanisms to provide a simple single level class interface. The underlying WebRequest is also exposed so you will not loose any functionality from the .NET BCL class.
HttpClient.ReceiveDataEventArgs Event arguments passed to the ReceiveData event handler on each block of data sent
HttpTimings
SmtpClientNative SMTP Wrapper around System.Net.Email.SmtpClient. Provided here mainly to provide compatibility with existing wwSmtp code and to provide a slightly more user friendly front end interface on a single object.