System.Net

  Portable.NET  
 

System.Net Namespace

 
 

<< PrevUpNext >>

 
 
Classes
 · CookieContainer
 · Dns
 · FileWebRequest
 · FileWebResponse
 · GlobalProxySelection
 · HttpWebRequest
 · HttpWebResponse
 · ServicePointManager
 · WebClient
 · WebHeaderCollection
 · WebProxy
 · WebRequest
 · WebResponse

There are 13 incomplete classes in this namespace

In total we are missing :

  7 constructors, 33 methods, 0 fields, 26 properties, and 0 events.
 
  
 
 
 

System.Net.CookieContainer

Status : last modified on Thu Sep 18 01:43:52 2003
Method Summary
System.Void Add(System.Net.Cookie cookie)TODO
System.Void Add(System.Uri uri, System.Net.Cookie cookie)TODO
System.String GetCookieHeader(System.Uri uri)TODO
System.Net.CookieCollection GetCookies(System.Uri uri)TODO
System.Void SetCookies(System.Uri uri, System.String cookieHeader)TODO

 
  
 
 
 

System.Net.Dns

Status : last modified on Fri Jun 18 15:24:58 2004
Method Summary
static System.IAsyncResult BeginGetHostByName(System.String hostName, System.AsyncCallback requestCallback, System.Object stateObject)TODO
static System.IAsyncResult BeginResolve(System.String hostName, System.AsyncCallback requestCallback, System.Object stateObject)TODO
static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult)TODO
static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult)TODO

 
  
 
 
 

System.Net.FileWebRequest

Status : Missing
Constructor Summary
System.Net.FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing
Method Summary
System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, System.Object state)Missing
System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, System.Object state)Missing
System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult)Missing
System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult)Missing
System.IO.Stream GetRequestStream()Missing
System.Net.WebResponse GetResponse()Missing
Property Summary
System.String ConnectionGroupName Missing
System.Int64 ContentLength Missing
System.String ContentType Missing
System.Net.ICredentials Credentials Missing
System.Net.WebHeaderCollection Headers Missing
System.String Method Missing
System.Boolean PreAuthenticate Missing
System.Net.IWebProxy Proxy Missing
System.Uri RequestUri Missing
System.Int32 Timeout Missing

 
  
 
 
 

System.Net.FileWebResponse

Status : Missing
Constructor Summary
System.Net.FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing
Method Summary
System.Void Close()Missing
System.Void Dispose(System.Boolean disposing)Missing
System.IO.Stream GetResponseStream()Missing
Property Summary
System.Int64 ContentLength Missing
System.String ContentType Missing
System.Net.WebHeaderCollection Headers Missing
System.Uri ResponseUri Missing

 
  
 
 
 

System.Net.GlobalProxySelection

Status : last modified on Sun Nov 23 21:43:38 2003
Property Summary
System.Net.IWebProxy Select TODO

 
  
 
 
 

System.Net.HttpWebRequest

Status : last modified on Sat Jul 17 10:18:39 2004
Constructor Summary
System.Net.HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing
Method Summary
System.Void Abort()TODO
System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, System.Object state)TODO
System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, System.Object state)TODO
System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult)TODO
System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult)TODO
System.Int32 GetHashCode()TODO
Property Summary
System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates TODO
System.Net.CookieContainer CookieContainer TODO
System.Int32 DefaultMaximumResponseHeadersLength Missing
System.Int32 MaximumResponseHeadersLength Missing
System.Int32 ReadWriteTimeout Missing
System.Boolean UnsafeAuthenticatedConnectionSharing Missing

 
  
 
 
 

System.Net.HttpWebResponse

Status : last modified on Fri May 21 11:58:51 2004
Constructor Summary
System.Net.HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing
Method Summary
System.Void Dispose(System.Boolean disposing)TODO
System.Int32 GetHashCode()TODO
Property Summary
System.Net.CookieCollection Cookies TODO

 
  
 
 
 

System.Net.ServicePointManager

Status : last modified on Mon Sep 29 00:23:49 2003
Method Summary
static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy)TODO
Property Summary
System.Boolean Expect100Continue Missing
System.Boolean UseNagleAlgorithm Missing

 
  
 
 
 

System.Net.WebClient

Status : last modified on Wed Sep 17 06:42:51 2003
Method Summary
System.Byte[] UploadValues(System.String address, System.Collections.Specialized.NameValueCollection data)TODO
System.Byte[] UploadValues(System.String address, System.String method, System.Collections.Specialized.NameValueCollection data)TODO
Property Summary
System.Net.ICredentials Credentials TODO
System.Collections.Specialized.NameValueCollection QueryString TODO

 
  
 
 
 

System.Net.WebHeaderCollection

Status : last modified on Wed Sep 17 06:42:51 2003
Constructor Summary
System.Net.WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing
Method Summary
System.Void OnDeserialization(System.Object sender)Missing
System.Byte[] ToByteArray()Missing

 
  
 
 
 

System.Net.WebProxy

Status : last modified on Wed Sep 17 06:42:51 2003
Method Summary
static System.Net.WebProxy GetDefaultProxy()TODO
System.Boolean IsBypassed(System.Uri host)TODO

 
  
 
 
 

System.Net.WebRequest

Status : last modified on Sat May 31 07:53:35 2003
Constructor Summary
System.Net.WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing

 
  
 
 
 

System.Net.WebResponse

Status : last modified on Fri Jan 3 13:52:40 2003
Constructor Summary
System.Net.WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing

 
 


 
 

This document is licensed under the GNU FDL.
Last Updated on 18-9-2004

Visit http://www.dotgnu.org for more details

[Powered by Free Software] [Graphics by Gimp] [Powered by GNU]
Maintained by Gopal.V