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, 34 methods, 0 fields, 14 properties, and 0 events.
 
  
 
 
 

System.Net.CookieContainer

Status :
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 :
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 :
Constructor Summary
System.Net.FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)TODO
Method Summary
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.IO.Stream GetRequestStream()TODO

 
  
 
 
 

System.Net.FileWebResponse

Status :
Constructor Summary
System.Net.FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)TODO

 
  
 
 
 

System.Net.GlobalProxySelection

Status :
Property Summary
System.Net.IWebProxy Select TODO

 
  
 
 
 

System.Net.HttpWebRequest

Status :
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 :
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 :
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 :
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.Collections.Specialized.NameValueCollection QueryString TODO

 
  
 
 
 

System.Net.WebHeaderCollection

Status :
Constructor Summary
System.Net.WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing
Method Summary
System.String Get(System.String name)Missing
System.String Get(System.Int32 index)Missing
System.String GetKey(System.Int32 index)Missing
System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing
System.String[] GetValues(System.Int32 index)Missing
System.Void OnDeserialization(System.Object sender)Missing
System.Byte[] ToByteArray()Missing
Property Summary
System.String[] AllKeys Missing
System.Int32 Count Missing
System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys Missing

 
  
 
 
 

System.Net.WebProxy

Status :
Method Summary
static System.Net.WebProxy GetDefaultProxy()TODO
System.Boolean IsBypassed(System.Uri host)TODO

 
  
 
 
 

System.Net.WebRequest

Status :
Constructor Summary
System.Net.WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Missing

 
  
 
 
 

System.Net.WebResponse

Status :
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 5-11-2007

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

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