NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServicePoint.SupportsPipelining

Indicates that the ServicePoint supports pipelined connections.

[Visual Basic]
Public ReadOnly Property SupportsPipelining As Boolean
[C#]
public bool SupportsPipelining {get;}
[C++]
public: __property bool get_SupportsPipelining();
[JScript]
public function get SupportsPipelining() : Boolean;

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace