PackWebRequest::Method Property
.NET Framework (current version)
Gets or sets the protocol method to use with the pack URI request.
Assembly: PresentationCore (in PresentationCore.dll)
public: property String^ Method { virtual String^ get() override; virtual void set(String^ value) override; }
The Method property returns an empty string if the request resolves from the PackageStore cache. The Method property is only set when request references an external Web request, such as http or ftp.
The Method property is shared with the inner WebRequest (GetInnerRequest).
.NET Framework
Available since 3.0
Available since 3.0
Show: