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.Position

Gets or sets the position in the stream. Always throws System..NotSupportedException.

[Visual Basic]
Overridable Public Property Position As Long
[C#]
public long Position {override get; override set;}
[C++]
public: __property virtual __int64 get_Position();
public: __property virtual void set_Position(__int64);
[JScript]
public function get Position() : long;
public function set Position(long);

Exceptions

Exception Type Condition
NotSupportedException Any access.

See Also

NetworkStream Class | NetworkStream Members | System.Net.Sockets Namespace