This document is archived and information here might be outdated.  Recommended version.


IResponseStreamer.GetBufferSize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IResponseStreamer.GetBufferSize Method

The size of each response chunk that the client will receive.

[Visual Basic .NET]
Public Function GetBufferSize ( _
) As Integer
[C#]
public int GetBufferSize (
);
[C++]
HRESULT GetBufferSize(
  long* size
);
[C++]

Parameters size [out, retval] size is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IResponseStreamer Interface