Share via


DeploymentAgentWorkerRequest.ResponseStream Property

Definition

Gets the response stream for the current DeploymentAgentWorkerRequest object.

public:
 abstract property System::IO::Stream ^ ResponseStream { System::IO::Stream ^ get(); };
public abstract System.IO.Stream ResponseStream { get; }
member this.ResponseStream : System.IO.Stream
Public MustOverride ReadOnly Property ResponseStream As Stream

Property Value

The response stream for the current DeploymentAgentWorkerRequest object.

Applies to