ClientIsImageStreamingSupported Method |
Returns if the client supports image streaming.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool IsImageStreamingSupported()
Public Function IsImageStreamingSupported As Boolean
public:
bool IsImageStreamingSupported()
member IsImageStreamingSupported : unit -> bool
Return Value
Type:
Booleantrue if image streaming is supported.
Remarks
See Also