IResourceResponse<T>.ResponseStream Property
Gets the underlying stream of the response.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Syntax
Stream ResponseStream { get; }
property Stream^ ResponseStream {
Stream^ get();
}
ReadOnly Property ResponseStream As Stream
Property Value
Type: System.IO.Stream
Remarks
This is exposed for mocking purposes for the Azure DocumentDB database service.
See Also
IResourceResponse<T> Interface
Microsoft.Azure.Documents.Client Namespace
Return to top