PowerSNMP for .NET CF
NetworkStream Class Members
See Also  Properties  Methods  Send comments on this topic.
Dart.Common Namespace : NetworkStream Class


The following tables list the members exposed by NetworkStream.

Public Constructors

 NameDescription
public ConstructorNetworkStream ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyCanRead (Inherited from System.IO.Stream)
public PropertyCanSeek (Inherited from System.IO.Stream)
public PropertyCanTimeout (Inherited from System.IO.Stream)
public PropertyCanWrite (Inherited from System.IO.Stream)
public PropertyDataAvailable (Inherited from System.Net.Sockets.NetworkStream)
public PropertyLength (Inherited from System.IO.Stream)
public PropertyPosition (Inherited from System.IO.Stream)
public PropertyReadTimeoutOverridden.  Gets or sets a value, in milliseconds, that determines how long the stream will attempt to read before timing out.  
public PropertyWriteTimeout (Inherited from System.IO.Stream)
Top

Protected Properties

Public Methods

 NameDescription
public MethodBeginRead (Inherited from System.IO.Stream)
public MethodBeginWrite (Inherited from System.IO.Stream)
public MethodCloseOverloaded. Overridden.  Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.  
public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
public MethodDisposeOverloaded.  (Inherited from System.IO.Stream)
public MethodEndRead (Inherited from System.IO.Stream)
public MethodEndWrite (Inherited from System.IO.Stream)
public MethodFlush (Inherited from System.IO.Stream)
public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodReadOverridden.  Perform a blocking read on the socket.  
public MethodReadByte (Inherited from System.IO.Stream)
public MethodSeek (Inherited from System.IO.Stream)
public MethodSetLength (Inherited from System.IO.Stream)
public MethodWrite (Inherited from System.IO.Stream)
public MethodWriteByte (Inherited from System.IO.Stream)
Top

Protected Methods

 NameDescription
protected MethodCreateWaitHandle (Inherited from System.IO.Stream)
protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Top

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.