Aracılığıyla paylaş


FormFile(Stream, Int64, Int64, String, String) Oluşturucu

Tanım

öğesinin yeni bir örneğini FormFilebaşlatır.

public:
 FormFile(System::IO::Stream ^ baseStream, long baseStreamOffset, long length, System::String ^ name, System::String ^ fileName);
public FormFile (System.IO.Stream baseStream, long baseStreamOffset, long length, string name, string fileName);
new Microsoft.AspNetCore.Http.FormFile : System.IO.Stream * int64 * int64 * string * string -> Microsoft.AspNetCore.Http.FormFile
Public Sub New (baseStream As Stream, baseStreamOffset As Long, length As Long, name As String, fileName As String)

Parametreler

baseStream
Stream

Stream Form dosyasını içeren.

baseStreamOffset
Int64

Form dosyasının başladığı uzaklık.

length
Int64

Form dosyasının uzunluğu.

name
String

Üst bilgideki form dosyasının Content-Disposition adı.

fileName
String

Üst bilgideki Content-Disposition dosya adı.

Şunlara uygulanır