RemoteStreamInfo.RemoteStream Property

 

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

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

Syntax

public Stream RemoteStream {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Stream^ RemoteStream {
    [CompilerGeneratedAttribute]
    Stream^ get();
    [CompilerGeneratedAttribute]
    private: void set(Stream^ value);
}
member RemoteStream : Stream with get, private set
Public Property RemoteStream As Stream
    Get
    Private Set
End Property

Property Value

Type: System.IO.Stream

See Also

RemoteStreamInfo Class
System.Net.Http Namespace

Return to top