PackWebRequest Class
Makes a request to an entire PackagePart or to a PackagePart in a package, identified by a pack URI.
Assembly: PresentationCore (in PresentationCore.dll)
System::MarshalByRefObject
System.Net::WebRequest
System.IO.Packaging::PackWebRequest
| Name | Description | |
|---|---|---|
![]() | AuthenticationLevel | Gets or sets values indicating the level of authentication and impersonation used for this request.(Inherited from WebRequest.) |
![]() | CachePolicy | Gets or sets the RequestCachePolicy.(Overrides WebRequest::CachePolicy.) |
![]() | ConnectionGroupName | Gets or sets the name of the connection group.(Overrides WebRequest::ConnectionGroupName.) |
![]() | ContentLength | Gets or sets the Content-length HTTP header. (Overrides WebRequest::ContentLength.) |
![]() | ContentType | Gets or sets the Content-type HTTP header. (Overrides WebRequest::ContentType.) |
![]() | CreatorInstance | Obsolete. When overridden in a descendant class, gets the factory object derived from the IWebRequestCreate class used to create the WebRequest instantiated for making the request to the specified URI.(Inherited from WebRequest.) |
![]() | Credentials | Gets or sets the authentication credentials.(Overrides WebRequest::Credentials.) |
![]() | Headers | Gets or sets the collection of header name/value pairs associated with the request. (Overrides WebRequest::Headers.) |
![]() | ImpersonationLevel | Gets or sets the impersonation level for the current request.(Inherited from WebRequest.) |
![]() | Method | Gets or sets the protocol method to use with the pack URI request.(Overrides WebRequest::Method.) |
![]() | PreAuthenticate | Gets or sets a value that indicates whether to preauthenticate the request.(Overrides WebRequest::PreAuthenticate.) |
![]() | Proxy | Gets or sets the network proxy for Internet access.(Overrides WebRequest::Proxy.) |
![]() | RequestUri | Gets the URI of the resource associated with the request.(Overrides WebRequest::RequestUri.) |
![]() | Timeout | Gets or sets the length of time before the request times out.(Overrides WebRequest::Timeout.) |
![]() | UseDefaultCredentials | Gets or sets the default authentication credentials.(Overrides WebRequest::UseDefaultCredentials.) |
| Name | Description | |
|---|---|---|
![]() | Abort() | Aborts the Request (Inherited from WebRequest.) |
![]() | BeginGetRequestStream(AsyncCallback^, Object^) | When overridden in a descendant class, provides an asynchronous version of the GetRequestStream method.(Inherited from WebRequest.) |
![]() | BeginGetResponse(AsyncCallback^, Object^) | When overridden in a descendant class, begins an asynchronous request for an Internet resource.(Inherited from WebRequest.) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | EndGetRequestStream(IAsyncResult^) | When overridden in a descendant class, returns a Stream for writing data to the Internet resource.(Inherited from WebRequest.) |
![]() | EndGetResponse(IAsyncResult^) | When overridden in a descendant class, returns a WebResponse.(Inherited from WebRequest.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInnerRequest() | Gets the inner WebRequest. |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetRequestStream() | Do not use—GetRequestStream is not supported by PackWebRequest.(Overrides WebRequest::GetRequestStream().) |
![]() | GetRequestStreamAsync() | When overridden in a descendant class, returns a Stream for writing data to the Internet resource as an asynchronous operation.(Inherited from WebRequest.) |
![]() | GetResponse() | Returns the response stream for the request.(Overrides WebRequest::GetResponse().) |
![]() | GetResponseAsync() | When overridden in a descendant class, returns a response to an Internet request as an asynchronous operation.(Inherited from WebRequest.) |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. When overridden in a descendant class, populates a SerializationInfo instance with the data needed to serialize the WebRequest.(Inherited from WebRequest.) |
System.IO.Packaging APIs use a defined pack uri syntax to refer to parts that are contained in a package.
For more information about the abstract class that this class derives from and the operation of requests and responses, see WebRequest.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



