HttpFileCollectionWrapper(HttpFileCollection) Constructor

Definitie

Initialiseert een nieuw exemplaar van de HttpFileCollectionWrapper klasse.

public:
 HttpFileCollectionWrapper(System::Web::HttpFileCollection ^ httpFileCollection);
public HttpFileCollectionWrapper(System.Web.HttpFileCollection httpFileCollection);
new System.Web.HttpFileCollectionWrapper : System.Web.HttpFileCollection -> System.Web.HttpFileCollectionWrapper
Public Sub New (httpFileCollection As HttpFileCollection)

Parameters

httpFileCollection
HttpFileCollection

Het object waartoe deze wrapper-klasse toegang biedt.

Uitzonderingen

httpApplicationState is null.

Van toepassing op