요청 페이로드를 작성하는 데 사용할 스트림을 가져옵니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Function GetStream As Stream
‘사용 방법
Dim instance As HttpWebRequestMessage
Dim returnValue As Stream
returnValue = instance.GetStream()
public Stream GetStream()
public:
virtual Stream^ GetStream() sealed
abstract GetStream : unit -> Stream
override GetStream : unit -> Stream
public final function GetStream() : Stream
반환 값
유형: System.IO.Stream
요청 페이로드를 작성해야 하는 대상 스트림입니다.
구현
IODataRequestMessage.GetStream()