System.Net.WebResponse.WebResponse.WebResponse C# (CSharp) Method

WebResponse() protected method

protected WebResponse ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System
		protected WebResponse (SerializationInfo serializationInfo, StreamingContext streamingContext)
		{
			throw new NotSupportedException ();
		}
		

Same methods

WebResponse.WebResponse::WebResponse ( ) : System