MultipartFileStreamProvider.GetLocalFileName Method

Gets the name of the local file which will be combined with the root path to create an absolute file name where the contents of the current MIME body part will be stored.

Namespace:  System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Overridable Function GetLocalFileName ( _
    headers As HttpContentHeaders _
) As String
'Usage
Dim instance As MultipartFileStreamProvider
Dim headers As HttpContentHeaders
Dim returnValue As String

returnValue = instance.GetLocalFileName(headers)
public virtual string GetLocalFileName(
    HttpContentHeaders headers
)
public:
virtual String^ GetLocalFileName(
    HttpContentHeaders^ headers
)
abstract GetLocalFileName : 
        headers:HttpContentHeaders -> string 
override GetLocalFileName : 
        headers:HttpContentHeaders -> string 
public function GetLocalFileName(
    headers : HttpContentHeaders
) : String

Parameters

  • headers
    Type: HttpContentHeaders
    The headers for the current MIME body part.

Return Value

Type: System.String
A relative filename with no path component.

See Also

Reference

MultipartFileStreamProvider Class

System.Net.Http Namespace