Share via


RemoteStreamInfo Constructor (Stream, String, String)

 

Initializes a new instance of the RemoteStreamInfo class.

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

Syntax

public RemoteStreamInfo(
    Stream remoteStream,
    string location,
    string fileName
)
public:
RemoteStreamInfo(
    Stream^ remoteStream,
    String^ location,
    String^ fileName
)
new : 
        remoteStream:Stream *
        location:string *
        fileName:string -> RemoteStreamInfo
Public Sub New (
    remoteStream As Stream,
    location As String,
    fileName As String
)

Parameters

  • remoteStream
    Type: System.IO.Stream

    The remote stream instance where the file will be written to.

See Also

RemoteStreamInfo Class
System.Net.Http Namespace

Return to top