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!

NetworkStream Class

Provides the underlying stream of data for network access.

Object
   Stream
      NetworkStream

[Visual Basic]
Public Class NetworkStream
   Inherits Stream
[C#]
public class NetworkStream : Stream
[C++]
public __gc class NetworkStream : public Stream
[JScript]
public class NetworkStream extends Stream

Remarks

[To be supplied.]

Requirements

Namespace: System.Net.Sockets

Assembly: System.net.dll

See Also

NetworkStream Members | System.Net.Sockets Namespace