set_Position()

NetworkStream::set_Position(int64_t) method

Sets the stream’s position.

void System::Net::Sockets::NetworkStream::set_Position(int64_t value) override

Arguments

ParameterTypeDescription
valueint64_tThe byte offset to set the stream’s position to

See Also