9 [global::__DynamicallyInvokable]
12 private bool m_IsCacheFresh;
14 private bool m_IsFromCache;
21 internal bool InternalSetFromCache
25 m_IsFromCache = value;
29 internal virtual bool IsCacheFresh => m_IsCacheFresh;
31 internal bool InternalSetIsCacheFresh
35 m_IsCacheFresh = value;
47 [global::__DynamicallyInvokable]
50 [global::__DynamicallyInvokable]
53 throw ExceptionHelper.PropertyNotImplementedException;
57 throw ExceptionHelper.PropertyNotImplementedException;
64 [global::__DynamicallyInvokable]
67 [global::__DynamicallyInvokable]
70 throw ExceptionHelper.PropertyNotImplementedException;
74 throw ExceptionHelper.PropertyNotImplementedException;
81 [global::__DynamicallyInvokable]
84 [global::__DynamicallyInvokable]
87 throw ExceptionHelper.PropertyNotImplementedException;
94 [global::__DynamicallyInvokable]
97 [global::__DynamicallyInvokable]
100 throw ExceptionHelper.PropertyNotImplementedException;
107 [global::__DynamicallyInvokable]
110 [global::__DynamicallyInvokable]
118 [global::__DynamicallyInvokable]
137 GetObjectData(serializationInfo, streamingContext);
155 [global::__DynamicallyInvokable]
165 [global::__DynamicallyInvokable]
166 protected virtual void Dispose(
bool disposing)
183 [global::__DynamicallyInvokable]
186 throw ExceptionHelper.MethodNotImplementedException;
virtual void Dispose(bool disposing)
Releases the unmanaged resources used by the T:System.Net.WebResponse object, and optionally disposes...
Describes a set of security permissions applied to code. This class cannot be inherited.
virtual bool IsMutuallyAuthenticated
Gets a T:System.Boolean value that indicates whether mutual authentication occurred.
static void SuppressFinalize(object obj)
Requests that the common language runtime not call the finalizer for the specified object.
virtual bool IsFromCache
Gets a T:System.Boolean value that indicates whether this response was obtained from the cache.
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
virtual void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
Populates a T:System.Runtime.Serialization.SerializationInfo with the data that is needed to serializ...
WebResponse()
Initializes a new instance of the T:System.Net.WebResponse class.
virtual void Close()
When overridden by a descendant class, closes the response stream.
Describes the source and destination of a given serialized stream, and provides an additional caller-...
SecurityAction
Specifies the security actions that can be performed using declarative security.
WebResponse(SerializationInfo serializationInfo, StreamingContext streamingContext)
Initializes a new instance of the T:System.Net.WebResponse class from the specified instances of the ...
Provides a response from a Uniform Resource Identifier (URI). This is an abstract class.
virtual string ContentType
When overridden in a derived class, gets or sets the content type of the data being received.
virtual bool SupportsHeaders
Gets a value that indicates if headers are supported.
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
Controls the system garbage collector, a service that automatically reclaims unused memory.
virtual long ContentLength
When overridden in a descendant class, gets or sets the content length of data being received.
Allows an object to control its own serialization and deserialization.
virtual Uri ResponseUri
When overridden in a derived class, gets the URI of the Internet resource that actually responded to ...
Specifies that the class can be serialized.
SecurityPermissionFlag
Specifies access flags for the security permission object.
Provides an object representation of a uniform resource identifier (URI) and easy access to the parts...
virtual Stream GetResponseStream()
When overridden in a descendant class, returns the data stream from the Internet resource.
void GetObjectData(SerializationInfo info, StreamingContext context)
Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the ta...
void Dispose()
Releases the unmanaged resources used by the T:System.Net.WebResponse object.
virtual WebHeaderCollection Headers
When overridden in a derived class, gets a collection of header name-value pairs associated with this...
Provides a generic view of a sequence of bytes. This is an abstract class.To browse the ....
Enables access to objects across application domain boundaries in applications that support remoting.